2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 15:50:56 +00:00
books/schemas/app/inventory/PurchaseReceiptItem.json

16 lines
294 B
JSON
Raw Normal View History

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