commit | 22867f7fa5ee6a3c9e3c1768ece6d2f14197e58f | [log] [tgz] |
---|---|---|
author | Anurag Mishra <mishranaman123@gmail.com> | Tue Apr 09 15:06:49 2019 +0530 |
committer | Anurag Mishra <mishranaman123@gmail.com> | Tue Apr 09 15:06:49 2019 +0530 |
tree | 5582e9162dff30915a1a6e7a01aa73946fcef7aa | |
parent | 3e8b8a4359415cc2741c1a37e5ece45fae5c27cd [diff] |
fix: added currency
diff --git a/erpnext/projects/report/billing_summary.py b/erpnext/projects/report/billing_summary.py index d6801c8..80bf926 100644 --- a/erpnext/projects/report/billing_summary.py +++ b/erpnext/projects/report/billing_summary.py
@@ -44,7 +44,7 @@ }, { "label": _("Amount"), - "fieldtype": "Float", + "fieldtype": "Currency", "fieldname": "amount", "width": 100 }