mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
working on setup account
This commit is contained in:
@@ -32,6 +32,7 @@ class DocType:
|
|||||||
args = json.loads(args)
|
args = json.loads(args)
|
||||||
|
|
||||||
curr_fiscal_year, fy_start_date, fy_abbr = self.get_fy_details(args.get('fy_start'))
|
curr_fiscal_year, fy_start_date, fy_abbr = self.get_fy_details(args.get('fy_start'))
|
||||||
|
#webnotes.msgprint(self.get_fy_details(args.get('fy_start')))
|
||||||
|
|
||||||
args['name'] = webnotes.session.get('user')
|
args['name'] = webnotes.session.get('user')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user