commit | 7b91f9fa0c5e0f0e8b2c42463a4332bab691737c | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Wed Oct 24 15:12:26 2018 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Mon Oct 29 15:16:25 2018 +0530 |
tree | 283a21cfedb6c804a153c2ff1c4dfc3d4f9ed7e0 | |
parent | 81cdd967d79cb19b39e233b09eb7422e6b6ca9a9 [diff] |
Bug Fixes
diff --git a/erpnext/manufacturing/report/production_analytics/production_analytics.py b/erpnext/manufacturing/report/production_analytics/production_analytics.py index 1dc821c..20b098a 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), - "field_name":field_name, + "fieldname":field_name, "fieldtype": "Float", "width": 120 },