瀏覽代碼

[fix] for frappe/erpnext#6164

version-14
Rushabh Mehta 9 年之前
committed by Nabin Hait
父節點
當前提交
0c52823a8c
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      frappe/public/js/frappe/desk.js

+ 1
- 0
frappe/public/js/frappe/desk.js 查看文件

@@ -176,6 +176,7 @@ frappe.Application = Class.extend({
user_email = frappe.boot.user.email; user_email = frappe.boot.user.email;
sys_defaults = frappe.boot.sysdefaults; 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.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() { sync_pages: function() {
// clear cached pages if timestamp is not found // clear cached pages if timestamp is not found


Loading…
取消
儲存