T
Asked
When I search an item when adding new purchases or adding a new sales, the search result is only showing 5 items only, how can I increase the number of search results? In which file and line should I modify the code? Looking forward to hearing from you.
Attachments
- MSAnsweredHello,
You can change the limit by editing the `getProductNames` method of `app/models/admin/Sales_model.php` and `app/models/admin/Purchases_model.php`
Thank you - Login to Reply