diff --git a/erpnext/stock/doctype/pick_list/pick_list.json b/erpnext/stock/doctype/pick_list/pick_list.json index e984c082d48..acfc188717c 100644 --- a/erpnext/stock/doctype/pick_list/pick_list.json +++ b/erpnext/stock/doctype/pick_list/pick_list.json @@ -10,6 +10,7 @@ "company", "purpose", "customer", + "customer_name", "work_order", "material_request", "for_qty", @@ -126,11 +127,52 @@ "fieldtype": "Check", "label": "Group Same Items", "print_hide": 1 +<<<<<<< HEAD +======= + }, + { + "fieldname": "section_break_15", + "fieldtype": "Section Break" + }, + { + "fieldname": "scan_barcode", + "fieldtype": "Data", + "label": "Scan Barcode", + "options": "Barcode" + }, + { + "fieldname": "column_break_13", + "fieldtype": "Column Break" + }, + { + "default": "0", + "description": "If checked, picked qty won't automatically be fulfilled on submit of pick list.", + "fieldname": "scan_mode", + "fieldtype": "Check", + "label": "Scan Mode" + }, + { + "default": "0", + "fieldname": "prompt_qty", + "fieldtype": "Check", + "label": "Prompt Qty" + }, + { + "depends_on": "eval:doc.purpose==='Delivery' && doc.customer", + "fetch_from": "customer.customer_name", + "fieldname": "customer_name", + "fieldtype": "Data", + "label": "Customer Name" +>>>>>>> 0a633a212d (fix: display customer name on picking list) } ], "is_submittable": 1, "links": [], +<<<<<<< HEAD "modified": "2022-04-21 07:56:40.646473", +======= + "modified": "2022-07-12 13:03:04.442174", +>>>>>>> 0a633a212d (fix: display customer name on picking list) "modified_by": "Administrator", "module": "Stock", "name": "Pick List",