mirror of
https://github.com/frappe/books.git
synced 2025-01-06 08:40:43 +00:00
15 lines
256 B
JSON
15 lines
256 B
JSON
|
{
|
||
|
"name": "ShipmentItem",
|
||
|
"label": "Shipment Item",
|
||
|
"extends": "StockTransferItem",
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldname": "location",
|
||
|
"label": "Source",
|
||
|
"fieldtype": "Link",
|
||
|
"target": "Location",
|
||
|
"required": true
|
||
|
}
|
||
|
]
|
||
|
}
|