mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
update requested quantity in bin for both Purchase as well as Transfer type material request
This commit is contained in:
@@ -207,3 +207,4 @@ class DocType:
|
||||
exists for this warehouse.""", raise_exception=1)
|
||||
else:
|
||||
sql("delete from `tabStock Ledger Entry` where warehouse = %s", self.doc.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user