Restore client list pagination

This commit is contained in:
A R R R Associates
2026-07-26 22:47:13 +05:30
parent 2ea0ba907a
commit 6df1bc3cda
5 changed files with 148 additions and 12 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ def clients_list(
partner_id: int | None = None,
include_archived: bool = False,
page: int = 1,
per_page: int = 10,
per_page: int = 25,
sort_by: str = "client_name",
sort_order: str = "asc",
):