fix: balance qty in the stock ledger report (#40506)

This commit is contained in:
rohitwaghchaure
2024-03-18 12:41:43 +05:30
committed by GitHub
parent 6d47b8a24e
commit 00de529a1e

View File

@@ -60,6 +60,7 @@ def execute(filters=None):
if filters.get("batch_no") or inventory_dimension_filters_applied:
actual_qty += flt(sle.actual_qty, precision)
stock_value += sle.stock_value_difference
batch_balance_dict[sle.batch_no] += sle.actual_qty
if sle.voucher_type == "Stock Reconciliation" and not sle.actual_qty:
actual_qty = sle.qty_after_transaction