From 83f4cd2d4f31db9aaa1d27a518c2bf41fb4ed777 Mon Sep 17 00:00:00 2001 From: A R R R Associates Date: Sun, 26 Jul 2026 23:02:50 +0530 Subject: [PATCH] Fix empty numeric filters in client pagination --- .../clients/templates/clients/list.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/app/modules/clients/templates/clients/list.html b/app/modules/clients/templates/clients/list.html index 04d5fdd..b868070 100644 --- a/app/modules/clients/templates/clients/list.html +++ b/app/modules/clients/templates/clients/list.html @@ -10,7 +10,7 @@
Client Groups {% if can_export %} - Export CSV @@ -51,8 +51,12 @@ - - + {% if client_group_id %} + + {% endif %} + {% if partner_id %} + + {% endif %} @@ -68,7 +72,14 @@ {% if meta.pages > 1 %}