mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 19:25:16 +00:00
fix: stock reservation validation for stock reconciliation
This commit is contained in:
@@ -685,6 +685,9 @@ class StockReconciliation(StockController):
|
||||
|
||||
item_code_list, warehouse_list = [], []
|
||||
for item in self.items:
|
||||
if item.qty == item.current_qty:
|
||||
continue
|
||||
|
||||
item_code_list.append(item.item_code)
|
||||
warehouse_list.append(item.warehouse)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user