Merge pull request #38139 from frappe/mergify/bp/version-15-hotfix/pr-38119

fix: add revaluation journal filter in Payable report (backport #38119)
This commit is contained in:
ruthra kumar 2023-11-17 10:04:23 +05:30 committed by GitHub
commit a699f8b9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"),