fix: add revaluation journal filter in Payable report

(cherry picked from commit 134201794ace2863c02458b3e1797da816802d06)
This commit is contained in:
ruthra kumar 2023-11-16 10:04:50 +05:30
parent 8276614c14
commit c9674683d1

View File

@ -144,6 +144,11 @@ frappe.query_reports["Accounts Payable"] = {
"label": __("Show Future Payments"),
"fieldtype": "Check",
},
{
"fieldname": "for_revaluation_journals",
"label": __("Revaluation Journals"),
"fieldtype": "Check",
},
{
"fieldname": "ignore_accounts",
"label": __("Group by Voucher"),