[fix] Field type of Age field converted to Int

This commit is contained in:
Nabin Hait 2015-10-12 15:47:07 +05:30
parent 51e980dd2c
commit fc9031924e

View File

@ -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"