mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 18:54:55 +00:00
fix: move company rename to long queue
(cherry picked from commit 5169006085)
This commit is contained in:
@@ -18,6 +18,7 @@ frappe.ui.form.on("Company", {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
setup: function(frm) {
|
setup: function(frm) {
|
||||||
|
frm.__rename_queue = "long";
|
||||||
erpnext.company.setup_queries(frm);
|
erpnext.company.setup_queries(frm);
|
||||||
|
|
||||||
frm.set_query("parent_company", function() {
|
frm.set_query("parent_company", function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user