mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 12:25:09 +00:00
Merge pull request #34293 from s-aga-r/fix-22-23-05638
fix: `Inventory Dimension` for `Stock Reconciliation`
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user