mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
chore: adjusted dimension placement in Accounts Payable
(cherry picked from commit 361a55a703)
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