mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
Merge pull request #46877 from frappe/mergify/bp/version-15-hotfix/pr-46658
chore: adjusted dimension placement in Accounts Payable (backport #46658)
This commit is contained in:
@@ -164,7 +164,7 @@ frappe.query_reports["Accounts Payable"] = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
erpnext.utils.add_dimensions("Accounts Payable", 9);
|
erpnext.utils.add_dimensions("Accounts Payable", 10);
|
||||||
|
|
||||||
function get_party_type_options() {
|
function get_party_type_options() {
|
||||||
let options = [];
|
let options = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user