update requested quantity in bin for both Purchase as well as Transfer type material request

This commit is contained in:
Anand Doshi
2013-02-21 16:55:14 +05:30
parent f210f1f359
commit 1678f6d4ae
6 changed files with 95 additions and 44 deletions

View File

@@ -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)