revert: scan_mode flag

This commit is contained in:
Devin Slauenwhite 2022-04-29 13:45:59 -04:00
parent 24d8f62b21
commit 2554cdceeb

View File

@ -18,8 +18,6 @@
"get_item_locations", "get_item_locations",
"section_break_6", "section_break_6",
"scan_barcode", "scan_barcode",
"column_break_13",
"scan_mode",
"section_break_15", "section_break_15",
"locations", "locations",
"amended_from", "amended_from",
@ -131,22 +129,11 @@
"label": "Group Same Items", "label": "Group Same Items",
"print_hide": 1 "print_hide": 1
}, },
{
"fieldname": "column_break_13",
"fieldtype": "Column Break"
},
{
"default": "0",
"fieldname": "scan_mode",
"fieldtype": "Check",
"label": "Scan Mode"
},
{ {
"fieldname": "section_break_15", "fieldname": "section_break_15",
"fieldtype": "Section Break" "fieldtype": "Section Break"
}, },
{ {
"depends_on": "eval:doc.scan_mode",
"fieldname": "scan_barcode", "fieldname": "scan_barcode",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Scan Barcode", "label": "Scan Barcode",
@ -155,7 +142,7 @@
], ],
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-04-27 20:31:49.260238", "modified": "2022-04-29 13:45:24.401314",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Pick List", "name": "Pick List",