mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
chore: incorrect condition
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user