chore: incorrect condition

This commit is contained in:
Rohit Waghchaure
2025-06-06 12:30:03 +05:30
parent 6397c366fd
commit 3232310c0f

View File

@@ -489,7 +489,7 @@ class StockReconciliation(StockController):
self.update_inventory_dimensions(row, data)
if self.docstatus == 1 and has_dimensions and (not row.batch_no or not row.serial_and_batch_bundle):
if self.docstatus == 1 and has_dimensions and not row.batch_no:
data.qty_after_transaction = data.actual_qty
data.actual_qty = 0.0