commit | dca4b294bdcd1e875dfdf93884c58417be2ffdc2 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Mon Oct 29 16:52:34 2018 +0530 |
committer | GitHub <noreply@github.com> | Mon Oct 29 16:52:34 2018 +0530 |
tree | eebd39f7c5e1855b491f891cb29be4da2d732805 | |
parent | 85a9b52dfa0bb21485ba48fa8c49c964b177b59e [diff] | |
parent | 152a0c86b0b3c28ca9cd7db0fc48c106261d1509 [diff] |
Merge pull request #15853 from rohitwaghchaure/delete_button_not_working_for_print_in_mobile [Fix] Delete button not working in POS for mobile
diff --git a/erpnext/manufacturing/report/production_analytics/production_analytics.py b/erpnext/manufacturing/report/production_analytics/production_analytics.py index 1dc821c..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), - "field_name":field_name, + "fieldname": field_name, "fieldtype": "Float", "width": 120 },