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 ?
Attachments
- MSAnswered
Hello,
You can increase the
limit
ofgetProductNames
method in your models.- For Sales & POS:
app/models/admin/Sales_model.php
- For Purchases:
app/models/admin/Purchases_model.php
- For Transfers:
app/models/admin/Transfers_model.php
- For Quantity Adjustments:
app/models/admin/Products_model.php
Thank you
- For Sales & POS:
- HEAnswered
solved thanks 😃
- Login to Reply