From 6c74e43629213e4aa6a538c22516bf583b10a5de Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Sat, 31 Jan 2026 22:58:18 +0330 Subject: [PATCH] AllProductsTransportViewSet --- app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views.py b/app/views.py index ccbc602..0c5fdd2 100644 --- a/app/views.py +++ b/app/views.py @@ -4832,7 +4832,7 @@ class AllProductsTransportDashboardView(APIView): else: filters_steward = {} - filters_query = {'ttrash':False} + filters_query = {'trash':False} if province: filters_steward['province'] = province kill_house_filterset_class = AllProductsTransportFilterSet