SF
Asked
Dear Sir,
Please take a look at the attached image.
The pos search is only showing 5 suggested items while we have 10 items are the same name, is there way we can make the POS show 10 items for the search ?
Regards.
Please take a look at the attached image.
The pos search is only showing 5 suggested items while we have 10 items are the same name, is there way we can make the POS show 10 items for the search ?
Regards.
Attachments
- MAAnsweredYou can update the limit in getProductNames of the app/models/admin/Sales_model.php
Thank you - SFAnsweredpublic function getProductNames($term, $warehouse_id, $pos = false, $limit = 10)
same showing only 5 - MSAnsweredThe sales, purchases and quotation models have this method. the above mentioned sales model will only effect the search for sales and pos.
- SFAnsweredok I got the point, shall I set $pos = true and check or no ?
- MSAnsweredYou don't have to change `$pos` as it's nothing to do with limit.
- Login to Reply