Skip to content

Commit

Permalink
feat: add field pi_detail in Packing Slip
Browse files Browse the repository at this point in the history
(cherry picked from commit eca7713)
  • Loading branch information
s-aga-r authored and mergify[bot] committed May 25, 2023
1 parent eb5cc2c commit 2b75474
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions erpnext/stock/doctype/packing_slip_item/packing_slip_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"stock_uom",
"weight_uom",
"page_break",
"dn_detail"
"dn_detail",
"pi_detail"
],
"fields": [
{
Expand Down Expand Up @@ -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",
Expand All @@ -136,5 +145,6 @@
"permissions": [],
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"track_changes": 1
}

0 comments on commit 2b75474

Please sign in to comment.