[minor] fixed the child table field name (#9328)
* [minor] exclude Other domain from Domains * [minor] fixed the child table field name
This commit is contained in:
committed by
Rushabh Mehta
parent
b1c794a4f9
commit
3d6697949c
@@ -199,7 +199,7 @@ def set_defaults(args):
|
||||
hr_settings.save()
|
||||
|
||||
domain_settings = frappe.get_doc("Domain Settings")
|
||||
domain_settings.append('active_domain', dict(domain=args.domain))
|
||||
domain_settings.append('active_domains', dict(domain=args.domain))
|
||||
domain_settings.save()
|
||||
|
||||
def create_feed_and_todo():
|
||||
|
||||
Reference in New Issue
Block a user