mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 19:18:32 +00:00
Merge pull request #4549 from saurabh6790/bin_update
[fixes] flag to identify actual qty update
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user