mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
fixes in account setup
This commit is contained in:
@@ -81,7 +81,12 @@ class DocType:
|
|||||||
|
|
||||||
# Set
|
# Set
|
||||||
self.set_defaults(def_args)
|
self.set_defaults(def_args)
|
||||||
self.set_cp_defaults(**args)
|
|
||||||
|
cp_args = {}
|
||||||
|
for k in ['industry', 'country', 'timezone', 'company_name']:
|
||||||
|
cp_args[k] = args[k]
|
||||||
|
|
||||||
|
self.set_cp_defaults(**cp_args)
|
||||||
|
|
||||||
self.create_feed_and_todo()
|
self.create_feed_and_todo()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user