[fix] for frappe/erpnext#6164
This commit is contained in:
parent
4b978d3c3e
commit
0c52823a8c
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ frappe.Application = Class.extend({
|
|||
user_email = frappe.boot.user.email;
|
||||
sys_defaults = frappe.boot.sysdefaults;
|
||||
frappe.ui.py_date_format = frappe.boot.sysdefaults.date_format.replace('dd', '%d').replace('mm', '%m').replace('yyyy', '%Y');
|
||||
frappe.boot.user.last_selected_values = {};
|
||||
},
|
||||
sync_pages: function() {
|
||||
// clear cached pages if timestamp is not found
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue