mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 17:33:09 +00:00
When making a backdated transactions current balance qty depends on
evaluation of whole ledger inbetween, instead of doing that just fetch
the last sle's qty_after_transaction when future transactions are
detected against SLE
fix: don't update bin's actual_qty
1. it's already updated by repost_current_voucher
2. update if future sle exists
(cherry picked from commit ff9a6e8e89)
Inventory management module.