mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
[fix] Item search in POS (#12037)
This commit is contained in:
committed by
Nabin Hait
parent
d257af910b
commit
78a17355be
@@ -980,7 +980,7 @@ class POSItems {
|
|||||||
}
|
}
|
||||||
curr_row += all_items[i];
|
curr_row += all_items[i];
|
||||||
|
|
||||||
if(i == all_items.length - 1 && all_items.length % 4 !== 0) {
|
if(i == all_items.length - 1) {
|
||||||
row_items.push(curr_row);
|
row_items.push(curr_row);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user