Merge pull request #34293 from s-aga-r/fix-22-23-05638
fix: `Inventory Dimension` for `Stock Reconciliation`
This commit is contained in:
commit
31ed4ef6d6
@ -406,6 +406,8 @@ class StockReconciliation(StockController):
|
||||
}
|
||||
)
|
||||
|
||||
self.update_inventory_dimensions(row, data)
|
||||
|
||||
if not row.batch_no:
|
||||
data.qty_after_transaction = flt(row.qty, row.precision("qty"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user