[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:
Makarand Bauskar
2017-06-16 14:12:28 +05:30
committed by Rushabh Mehta
parent b1c794a4f9
commit 3d6697949c
3 changed files with 4 additions and 4 deletions

View File

@@ -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():