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

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

15 lines
270 B
JSON
Raw Normal View History

{
"name": "PurchaseReceiptItem",
"label": "Purchase Receipt Item",
"extends": "StockTransferItem",
"fields": [
{
"fieldname": "location",
"label": "Dest.",
"fieldtype": "Link",
"target": "Location",
"required": true
}
]
}