mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
15 lines
270 B
JSON
15 lines
270 B
JSON
|
{
|
||
|
"name": "PurchaseReceiptItem",
|
||
|
"label": "Purchase Receipt Item",
|
||
|
"extends": "StockTransferItem",
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldname": "location",
|
||
|
"label": "Dest.",
|
||
|
"fieldtype": "Link",
|
||
|
"target": "Location",
|
||
|
"required": true
|
||
|
}
|
||
|
]
|
||
|
}
|