From 2554cdceebb2d916a8fba90ddb13d8595c0afd11 Mon Sep 17 00:00:00 2001 From: Devin Slauenwhite Date: Fri, 29 Apr 2022 13:45:59 -0400 Subject: [PATCH] revert: scan_mode flag --- erpnext/stock/doctype/pick_list/pick_list.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/erpnext/stock/doctype/pick_list/pick_list.json b/erpnext/stock/doctype/pick_list/pick_list.json index 59a586e404..f32a05a266 100644 --- a/erpnext/stock/doctype/pick_list/pick_list.json +++ b/erpnext/stock/doctype/pick_list/pick_list.json @@ -18,8 +18,6 @@ "get_item_locations", "section_break_6", "scan_barcode", - "column_break_13", - "scan_mode", "section_break_15", "locations", "amended_from", @@ -131,22 +129,11 @@ "label": "Group Same Items", "print_hide": 1 }, - { - "fieldname": "column_break_13", - "fieldtype": "Column Break" - }, - { - "default": "0", - "fieldname": "scan_mode", - "fieldtype": "Check", - "label": "Scan Mode" - }, { "fieldname": "section_break_15", "fieldtype": "Section Break" }, { - "depends_on": "eval:doc.scan_mode", "fieldname": "scan_barcode", "fieldtype": "Data", "label": "Scan Barcode", @@ -155,7 +142,7 @@ ], "is_submittable": 1, "links": [], - "modified": "2022-04-27 20:31:49.260238", + "modified": "2022-04-29 13:45:24.401314", "modified_by": "Administrator", "module": "Stock", "name": "Pick List", @@ -227,4 +214,4 @@ "sort_order": "DESC", "states": [], "track_changes": 1 -} +} \ No newline at end of file