Merge pull request #46470 from rohitwaghchaure/fixed-support-33560

fix: do not recalculate qty for batch items during reposting
This commit is contained in:
rohitwaghchaure
2025-03-12 12:17:07 +05:30
committed by GitHub

View File

@@ -964,6 +964,9 @@ class StockReconciliation(StockController):
if voucher_detail_no != row.name:
continue
if row.current_qty < 0:
return
val_rate = 0.0
current_qty = 0.0
if row.current_serial_and_batch_bundle: