mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
allow multiple items in purchase receipt (#8997)
This commit is contained in:
committed by
Nabin Hait
parent
d0ebd7f7c2
commit
659a225f24
@@ -74,7 +74,8 @@ class PurchaseReceipt(BuyingController):
|
|||||||
"Purchase Order Item": {
|
"Purchase Order Item": {
|
||||||
"ref_dn_field": "purchase_order_item",
|
"ref_dn_field": "purchase_order_item",
|
||||||
"compare_fields": [["project", "="], ["uom", "="], ["item_code", "="]],
|
"compare_fields": [["project", "="], ["uom", "="], ["item_code", "="]],
|
||||||
"is_child_table": True
|
"is_child_table": True,
|
||||||
|
"allow_duplicate_prev_row_id": True
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user