fix: range 4 for ageing filter added in the AP/AR report (#17715)

This commit is contained in:
rohitwaghchaure
2019-05-23 15:27:47 +05:30
committed by Nabin Hait
parent fd4815da53
commit 0c2e3c77a3
6 changed files with 55 additions and 16 deletions

View File

@@ -44,6 +44,13 @@ frappe.query_reports["Accounts Payable"] = {
"default": "90",
"reqd": 1
},
{
"fieldname":"range4",
"label": __("Ageing Range 4"),
"fieldtype": "Int",
"default": "120",
"reqd": 1
},
{
"fieldname":"finance_book",
"label": __("Finance Book"),