mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-08 15:51:19 +00:00
rename Purchase Request to Material Request
This commit is contained in:
@@ -112,10 +112,10 @@ data_map = {
|
||||
"warehouse": ["Warehouse", "name"]
|
||||
},
|
||||
},
|
||||
"Purchase Request Item": {
|
||||
"Material Request Item": {
|
||||
"columns": ["item.name as name", "item_code", "warehouse",
|
||||
"(ifnull(qty, 0) - ifnull(ordered_qty, 0)) as qty"],
|
||||
"from": "`tabPurchase Request Item` item, `tabPurchase Request` main",
|
||||
"from": "`tabMaterial Request Item` item, `tabMaterial Request` main",
|
||||
"conditions": ["item.parent = main.name", "main.docstatus=1", "main.status != 'Stopped'",
|
||||
"ifnull(warehouse, '')!=''", "ifnull(qty, 0) > ifnull(ordered_qty, 0)"],
|
||||
"links": {
|
||||
|
||||
Reference in New Issue
Block a user