mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
Issue fixed in stock reconciliation
This commit is contained in:
@@ -62,8 +62,8 @@ class DocType:
|
||||
count += 1
|
||||
if count == 2:
|
||||
if s[0] != 'Item Code' or s[1] != 'Warehouse':
|
||||
msgprint("First row of the attachment always should be 'Item Code, Warehouse, Quantity \
|
||||
and Valuation Rate/Incoming Rate'", raise_exception=1)
|
||||
msgprint("First row of the attachment always should be same as template(Item Code, Warehouse, Quantity \
|
||||
and Valuation Rate/Incoming Rate)", raise_exception=1)
|
||||
else:
|
||||
continue
|
||||
# validate
|
||||
|
||||
Reference in New Issue
Block a user