feat: add field pi_detail in Packing Slip

This commit is contained in:
s-aga-r 2023-04-27 15:48:02 +05:30
parent 01bfd2ab67
commit eca77134ae

View File

@ -20,7 +20,8 @@
"stock_uom",
"weight_uom",
"page_break",
"dn_detail"
"dn_detail",
"pi_detail"
],
"fields": [
{
@ -121,13 +122,21 @@
"fieldtype": "Data",
"hidden": 1,
"in_list_view": 1,
"label": "DN Detail"
"label": "Delivery Note Item",
"read_only": 1
},
{
"fieldname": "pi_detail",
"fieldtype": "Data",
"hidden": 1,
"label": "Delivery Note Packed Item",
"read_only": 1
}
],
"idx": 1,
"istable": 1,
"links": [],
"modified": "2021-12-14 01:22:00.715935",
"modified": "2023-04-27 15:37:17.023153",
"modified_by": "Administrator",
"module": "Stock",
"name": "Packing Slip Item",
@ -136,5 +145,6 @@
"permissions": [],
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}