Skip to content

Commit

Permalink
fix: move company rename to long queue
Browse files Browse the repository at this point in the history
(cherry picked from commit 5169006)
  • Loading branch information
ankush committed Aug 10, 2023
1 parent 8abc0ad commit 8083c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/setup/doctype/company/company.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ frappe.ui.form.on("Company", {
});
},
setup: function(frm) {
frm.__rename_queue = "long";
erpnext.company.setup_queries(frm);

frm.set_query("parent_company", function() {
Expand Down

0 comments on commit 8083c0b

Please sign in to comment.