HE
Asked
# hi
## i need to show more product on the list bar the used to add sale or adjustment or Purchase etc
so the list only shown 5 product i need to show more or make the scrolling work to show more product

can you help with that ?
## i need to show more product on the list bar the used to add sale or adjustment or Purchase etc
so the list only shown 5 product i need to show more or make the scrolling work to show more product

can you help with that ?
Attachments
- MSAnsweredHello,
You can increase the `limit` of `getProductNames` method in your models.
1. For Sales & POS: `app/models/admin/Sales_model.php`
2. For Purchases: `app/models/admin/Purchases_model.php`
3. For Transfers: `app/models/admin/Transfers_model.php`
4. For Quantity Adjustments: `app/models/admin/Products_model.php`
Thank you - HEAnsweredsolved thanks :)
- Login to Reply