Skip to content

Commit

Permalink
feat: added Source Package Tag in Pick List Item
Browse files Browse the repository at this point in the history
  • Loading branch information
bhattdevarsh committed Sep 29, 2020
1 parent d2f0fa0 commit 429743e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion erpnext/stock/doctype/pick_list_item/pick_list_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"serial_no",
"column_break_20",
"batch_no",
"source_package_tag",
"package_tag",
"column_break_15",
"sales_order",
Expand Down Expand Up @@ -183,10 +184,16 @@
"in_list_view": 1,
"label": "Outgoing Transfer Package Tag",
"options": "Package Tag"
},
{
"fieldname": "source_package_tag",
"fieldtype": "Link",
"label": "Source Package Tag",
"options": "Package Tag"
}
],
"istable": 1,
"modified": "2020-09-21 04:14:52.574908",
"modified": "2020-09-29 00:02:03.971478",
"modified_by": "Administrator",
"module": "Stock",
"name": "Pick List Item",
Expand Down

0 comments on commit 429743e

Please sign in to comment.