[fix] error while installing erpnext
This commit is contained in:
parent
20bd0c1e12
commit
23e2a5103f
1 changed files with 1 additions and 1 deletions
|
|
@ -75,8 +75,8 @@ def parse_date(date):
|
|||
return parsed_date
|
||||
|
||||
def get_user_date_format():
|
||||
global user_date_format
|
||||
if not user_date_format:
|
||||
global user_date_format
|
||||
user_date_format = webnotes.defaults.get_global_default("date_format")
|
||||
return user_date_format
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue