fix: get_items call improved
This commit is contained in:
parent
f6c055cca9
commit
68df3f9729
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user