This commit is contained in:
Rushabh Mehta 2016-08-24 12:55:14 +05:30
parent 2ac7d4ac7e
commit c7a5ffc2b7

View file

@ -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