Merge branch 'develop' into ar_billed_cur

This commit is contained in:
ruthra kumar
2023-11-08 10:30:15 +05:30
committed by GitHub
173 changed files with 2051 additions and 982 deletions

View File

@@ -148,7 +148,13 @@ frappe.query_reports["Accounts Payable"] = {
"fieldname": "in_party_currency",
"label": __("In Party Currency"),
"fieldtype": "Check",
},
{
"fieldname": "ignore_accounts",
"label": __("Group by Voucher"),
"fieldtype": "Check",
}
],
"formatter": function(value, row, column, data, default_formatter) {
@@ -180,4 +186,4 @@ function get_party_type_options() {
});
});
return options;
}
}