mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
fix(stock): add whole number quantity validation in Stock Reconciliation (#54922)
This commit is contained in:
@@ -86,6 +86,7 @@ class StockReconciliation(StockController):
|
||||
self.set_total_qty_and_amount()
|
||||
self.validate_putaway_capacity()
|
||||
self.validate_inventory_dimension()
|
||||
self.validate_uom_is_integer("stock_uom", "qty")
|
||||
|
||||
if self._action == "submit":
|
||||
self.validate_reserved_stock()
|
||||
|
||||
Reference in New Issue
Block a user