mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
Merge pull request #46658 from SruthysCode/fix_accounts_payable
chore: adjusted dimension placement in Accounts Payable
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