mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
added code to update timestamps in Task, Customer Issue and Support Ticket
This commit is contained in:
@@ -32,6 +32,7 @@ erpnext.utils.Controller = Class.extend({
|
||||
|
||||
var defaults = {
|
||||
posting_date: wn.datetime.get_today(),
|
||||
posting_time: wn.datetime.now_time()
|
||||
}
|
||||
|
||||
$.each(defaults, function(k, v) {
|
||||
|
||||
Reference in New Issue
Block a user