Merge pull request #13475 from rohitwaghchaure/fixed_travis

[Fix] Travis
This commit is contained in:
Achilles Rasquinha 2018-04-02 17:02:39 +05:30 committed by GitHub
commit 325ce05044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,6 @@
import frappe
def execute():
frappe.reload_doc("agriculture", "doctype", "land_unit")
for dt in ("Account", "Cost Center", "File", "Employee", "Land Unit", "Task", "Customer Group", "Sales Person", "Territory"):
frappe.get_doc("DocType", dt).run_module_method("on_doctype_update")

View File

@ -27,7 +27,6 @@ def set_default_settings(args):
domain_settings = frappe.get_single('Domain Settings')
domain_settings.set_active_domains(args.get('domains'))
domain_settings.save()
stock_settings = frappe.get_doc("Stock Settings")
stock_settings.item_naming_by = "Item Code"