Question: how can i extend the product on order list bar

how can i extend the product on order list bar

# 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 s

HE

haysam elmasry

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

![screenshot](https://support-tecdiary-net.s3.amazonaws.com/315/Untitled.png)

can you help with that ?
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • HE

    haysam elmasry

    Answered
    solved thanks :)
  • Login to Reply