mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
fix: Missing semicolon
This commit is contained in:
@@ -25,8 +25,8 @@ frappe.treeview_settings["Account"] = {
|
|||||||
me.page.fields_dict.root_company.set_value(root_company);
|
me.page.fields_dict.root_company.set_value(root_company);
|
||||||
|
|
||||||
frappe.db.get_value("Company", {"name": company}, "ignore_root_company_validation", (r) => {
|
frappe.db.get_value("Company", {"name": company}, "ignore_root_company_validation", (r) => {
|
||||||
frappe.flags.ignore_root_company_validation = r.ignore_root_company_validation;
|
frappe.flags.ignore_root_company_validation = r.ignore_root_company_validation;
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user