commit | 69bbe1995c317c9c6c3aecfeccb6b1543d835570 | [log] [tgz] |
---|---|---|
author | Shreya Shah <shreyashah115@gmail.com> | Mon Oct 29 15:38:21 2018 +0530 |
committer | GitHub <noreply@github.com> | Mon Oct 29 15:38:21 2018 +0530 |
tree | 5f8bb6b42c51c824ce3cc2d128a4ed1cae345a50 | |
parent | 7b91f9fa0c5e0f0e8b2c42463a4332bab691737c [diff] |
Update production_analytics.py
diff --git a/erpnext/manufacturing/report/production_analytics/production_analytics.py b/erpnext/manufacturing/report/production_analytics/production_analytics.py index 20b098a..0602193 100644 --- a/erpnext/manufacturing/report/production_analytics/production_analytics.py +++ b/erpnext/manufacturing/report/production_analytics/production_analytics.py
@@ -31,7 +31,7 @@ columns.append( { "label": _(label), - "fieldname":field_name, + "fieldname": field_name, "fieldtype": "Float", "width": 120 },