From 7b91f9fa0c5e0f0e8b2c42463a4332bab691737c Mon Sep 17 00:00:00 2001 From: deepeshgarg007 Date: Wed, 24 Oct 2018 15:12:26 +0530 Subject: [PATCH 1/2] Bug Fixes --- .../report/production_analytics/production_analytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/manufacturing/report/production_analytics/production_analytics.py b/erpnext/manufacturing/report/production_analytics/production_analytics.py index 1dc821c6e1..20b098a2c5 100644 --- a/erpnext/manufacturing/report/production_analytics/production_analytics.py +++ b/erpnext/manufacturing/report/production_analytics/production_analytics.py @@ -31,7 +31,7 @@ def get_columns(filters): columns.append( { "label": _(label), - "field_name":field_name, + "fieldname":field_name, "fieldtype": "Float", "width": 120 }, From 69bbe1995c317c9c6c3aecfeccb6b1543d835570 Mon Sep 17 00:00:00 2001 From: Shreya Shah Date: Mon, 29 Oct 2018 15:38:21 +0530 Subject: [PATCH 2/2] Update production_analytics.py --- .../report/production_analytics/production_analytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/manufacturing/report/production_analytics/production_analytics.py b/erpnext/manufacturing/report/production_analytics/production_analytics.py index 20b098a2c5..0602193d51 100644 --- a/erpnext/manufacturing/report/production_analytics/production_analytics.py +++ b/erpnext/manufacturing/report/production_analytics/production_analytics.py @@ -31,7 +31,7 @@ def get_columns(filters): columns.append( { "label": _(label), - "fieldname":field_name, + "fieldname": field_name, "fieldtype": "Float", "width": 120 },