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