mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 12:04:00 +00:00
[fix] Field type of Age field converted to Int
This commit is contained in:
@@ -38,7 +38,7 @@ class ReceivablePayableReport(object):
|
||||
"width": 120
|
||||
})
|
||||
|
||||
columns += [_("Age (Days)") + "::80"]
|
||||
columns += [_("Age (Days)") + ":Int:80"]
|
||||
|
||||
if not "range1" in self.filters:
|
||||
self.filters["range1"] = "30"
|
||||
|
||||
Reference in New Issue
Block a user