Skip to content

Commit

Permalink
Merge pull request #38140 from frappe/mergify/bp/version-14/pr-38119
Browse files Browse the repository at this point in the history
fix: add revaluation journal filter in Payable report (backport #38119)
  • Loading branch information
ruthra-kumar authored Nov 17, 2023
2 parents fb2ca3e + 4eb37cc commit dd685e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions erpnext/accounts/report/accounts_payable/accounts_payable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit dd685e5

Please sign in to comment.