2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/schemas/app/inventory/ShipmentItem.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
281 B
JSON
Raw Normal View History

{
"name": "ShipmentItem",
"label": "Shipment Item",
"extends": "StockTransferItem",
"fields": [
{
"fieldname": "location",
2022-12-01 08:31:23 +00:00
"label": "From Loc.",
"fieldtype": "Link",
"target": "Location",
2022-12-01 08:31:23 +00:00
"required": true,
"create": true
}
]
}