fixes in gross profit report

This commit is contained in:
Anand Doshi
2013-03-28 16:40:30 +05:30
parent 0c541a0fe2
commit 8c45420f19
3 changed files with 6 additions and 6 deletions

View File

@@ -366,6 +366,7 @@ class DocType(SellingController):
# Reduce actual qty from warehouse
self.make_sl_entry(d, d['warehouse'], - flt(d['qty']) , 0, update_stock)
get_obj('Stock Ledger', 'Stock Ledger').update_stock(self.values)