fix: get_items call improved

This commit is contained in:
Ritvik Sardana 2023-08-14 11:44:47 +05:30
parent f6c055cca9
commit 68df3f9729

View File

@ -160,7 +160,7 @@ def init_user_and_profile(**args):
def get_test_item_qty(pos_profile):
test_item_pos = get_items(
start=0,
page_length=40,
page_length=5,
price_list="Standard Selling",
pos_profile=pos_profile.name,
search_term="_Test Item",