commit | 68df3f9729940b2f241379e85e20ac9fb8f182ec | [log] [tgz] |
---|---|---|
author | Ritvik Sardana <ritviksardana@Ritviks-MacBook-Air.local> | Mon Aug 14 11:44:47 2023 +0530 |
committer | Ritvik Sardana <ritviksardana@Ritviks-MacBook-Air.local> | Mon Aug 14 11:44:47 2023 +0530 |
tree | 2ea5553a76c0f4b5d4e433db6225225b8a92086b | |
parent | f6c055cca9ed489151ae526531ff8b4b8ba5fe5f [diff] |
fix: get_items call improved
diff --git a/erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py b/erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py index d2eba1e..c551fdc 100644 --- a/erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py +++ b/erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py
@@ -160,7 +160,7 @@ 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",