commit | fc9031924ed5412d385b2ed863b5e08c54fd2149 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Oct 12 15:47:07 2015 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Oct 12 15:47:07 2015 +0530 |
tree | 89a0d0a9df9bdd13785c9e38de0b00000a74790c | |
parent | 51e980dd2c452ca721610e9f218fb9d17df52ae8 [diff] |
[fix] Field type of Age field converted to Int
diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py index 76f51ee..e4ae2a4 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.py
@@ -38,7 +38,7 @@ "width": 120 }) - columns += [_("Age (Days)") + "::80"] + columns += [_("Age (Days)") + ":Int:80"] if not "range1" in self.filters: self.filters["range1"] = "30"