From e7c48ed3b05ebb88d33fe25ae093a57b78fc4f6e Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Fri, 12 Sep 2014 12:08:02 +0530 Subject: [PATCH] bom operation inList view fix --- .../manufacturing/doctype/bom_operation/bom_operation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json index 5d158b0f9d..77205974f6 100644 --- a/erpnext/manufacturing/doctype/bom_operation/bom_operation.json +++ b/erpnext/manufacturing/doctype/bom_operation/bom_operation.json @@ -16,7 +16,7 @@ { "fieldname": "opn_description", "fieldtype": "Text", - "in_list_view": 0, + "in_list_view": 1, "label": "Operation Description", "oldfieldname": "opn_description", "oldfieldtype": "Text", @@ -73,14 +73,14 @@ { "fieldname": "fixed_cycle_cost", "fieldtype": "Float", - "in_list_view": 1, + "in_list_view": 0, "label": "Fixed Cycle Cost", "permlevel": 0 } ], "idx": 1, "istable": 1, - "modified": "2014-09-08 16:29:22.293314", + "modified": "2014-09-12 12:03:47.456370", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Operation",