mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
[minor] limit pos search to 24 items at a time
This commit is contained in:
@@ -52,4 +52,5 @@ def get_items(price_list, sales_or_purchase, item=None):
|
|||||||
{condition}
|
{condition}
|
||||||
order by
|
order by
|
||||||
{order_by}
|
{order_by}
|
||||||
i.name""".format(condition=condition, order_by=order_by), args, as_dict=1)
|
i.name
|
||||||
|
limit 24""".format(condition=condition, order_by=order_by), args, as_dict=1)
|
||||||
|
|||||||
Reference in New Issue
Block a user