Merge pull request #38119 from ruthra-kumar/missing_filter_in_payable_report

fix: add revaluation journal filter in Payable report
This commit is contained in:
ruthra kumar 2023-11-17 09:56:51 +05:30 committed by GitHub
commit c69fb80222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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