Question: POS Showing only 5 items in search

POS Showing only 5 items in search

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 item

SF

Saif Fuad

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.
  • MA

    Muhammad Awais

    Answered
    You can update the limit in getProductNames of the app/models/admin/Sales_model.php

    Thank you
  • SF

    Saif Fuad

    Answered
    public function getProductNames($term, $warehouse_id, $pos = false, $limit = 10)

    same showing only 5
  • MS

    Mian Saleem

    Answered
    The sales, purchases and quotation models have this method. the above mentioned sales model will only effect the search for sales and pos.
  • SF

    Saif Fuad

    Answered
    ok I got the point, shall I set $pos = true and check or no ?
  • MS

    Mian Saleem

    Answered
    You don't have to change `$pos` as it's nothing to do with limit.
  • Login to Reply