mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
Merge pull request #50293 from rohitwaghchaure/fixed-github-49402
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