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