mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
rename Purchase Request to Material Request
This commit is contained in:
@@ -158,7 +158,7 @@ class DocType:
|
||||
|
||||
def repost_indented_qty(self, bin):
|
||||
indented_qty = webnotes.conn.sql("""select sum(pr_item.qty - pr_item.ordered_qty)
|
||||
from `tabPurchase Request Item` pr_item, `tabPurchase Request` pr
|
||||
from `tabMaterial Request Item` pr_item, `tabMaterial Request` pr
|
||||
where pr_item.item_code=%s and pr_item.warehouse=%s
|
||||
and pr_item.qty > pr_item.ordered_qty and pr_item.parent=pr.name
|
||||
and pr.status!='Stopped' and pr.docstatus=1"""
|
||||
|
||||
Reference in New Issue
Block a user