fix: incorrect balance qty in the stock ledger report
(cherry picked from commit cbdaab940d)
This commit is contained in:
committed by
Mergify
parent
e54ff346ca
commit
dab1f1a0d0
@@ -30,6 +30,9 @@ def execute(filters=None):
|
||||
conversion_factors.append(0)
|
||||
|
||||
actual_qty = stock_value = 0
|
||||
if opening_row:
|
||||
actual_qty = opening_row.get("qty_after_transaction")
|
||||
stock_value = opening_row.get("stock_value")
|
||||
|
||||
available_serial_nos = {}
|
||||
for sle in sl_entries:
|
||||
|
||||
Reference in New Issue
Block a user