[fixes] flag to trigger actual qty update

This commit is contained in:
Saurabh 2015-12-28 13:25:35 +05:30
parent f080003415
commit b166bcf50b

View File

@ -140,6 +140,8 @@ class update_entries_after(object):
"actual_qty": self.qty_after_transaction,
"stock_value": self.stock_value
})
bin_doc.flags.via_stock_ledger_entry = True
bin_doc.save(ignore_permissions=True)
def process_sle(self, sle):