fix: display customer name on picking list
This commit is contained in:
parent
4ec85cb2f0
commit
0a633a212d
@ -10,6 +10,7 @@
|
|||||||
"company",
|
"company",
|
||||||
"purpose",
|
"purpose",
|
||||||
"customer",
|
"customer",
|
||||||
|
"customer_name",
|
||||||
"work_order",
|
"work_order",
|
||||||
"material_request",
|
"material_request",
|
||||||
"for_qty",
|
"for_qty",
|
||||||
@ -159,11 +160,18 @@
|
|||||||
"fieldname": "prompt_qty",
|
"fieldname": "prompt_qty",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Prompt Qty"
|
"label": "Prompt Qty"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"depends_on": "eval:doc.purpose==='Delivery' && doc.customer",
|
||||||
|
"fetch_from": "customer.customer_name",
|
||||||
|
"fieldname": "customer_name",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Customer Name"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-05-11 09:09:53.029312",
|
"modified": "2022-07-12 13:03:04.442174",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Pick List",
|
"name": "Pick List",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user