commit | 91417646b105e453d69480e062d2146c685487d2 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Fri Jul 12 12:24:05 2019 +0530 |
committer | GitHub <noreply@github.com> | Fri Jul 12 12:24:05 2019 +0530 |
tree | d629fb5eeb1c4a27de3bb711dc03d2f2005ed571 | |
parent | 020f405367ae3508b6ac5c83845376971c212980 [diff] |
Fix: Add fieldtype as currency
diff --git a/erpnext/accounts/report/cash_flow/cash_flow.py b/erpnext/accounts/report/cash_flow/cash_flow.py index 626d185..cd3d8dc 100644 --- a/erpnext/accounts/report/cash_flow/cash_flow.py +++ b/erpnext/accounts/report/cash_flow/cash_flow.py
@@ -187,5 +187,7 @@ }, "type": "bar" } + + chart["fieldtype"] = "Currency" - return chart \ No newline at end of file + return chart