mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: get_items call improved
This commit is contained in:
@@ -160,7 +160,7 @@ def init_user_and_profile(**args):
|
|||||||
def get_test_item_qty(pos_profile):
|
def get_test_item_qty(pos_profile):
|
||||||
test_item_pos = get_items(
|
test_item_pos = get_items(
|
||||||
start=0,
|
start=0,
|
||||||
page_length=40,
|
page_length=5,
|
||||||
price_list="Standard Selling",
|
price_list="Standard Selling",
|
||||||
pos_profile=pos_profile.name,
|
pos_profile=pos_profile.name,
|
||||||
search_term="_Test Item",
|
search_term="_Test Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user