Merge branch 'hotfix'
This commit is contained in:
commit
236cb697ee
2 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
|
|||
from .exceptions import *
|
||||
from .utils.jinja import get_jenv, get_template, render_template
|
||||
|
||||
__version__ = "7.0.27"
|
||||
__version__ = "7.0.28"
|
||||
|
||||
local = Local()
|
||||
|
||||
|
|
|
|||
|
|
@ -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