From 4eb98a15984ce4529bd7b4c945705f459748b83c Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Sat, 31 Jan 2026 22:40:01 +0330 Subject: [PATCH] AllProductsTransportViewSet --- app/excel_processing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/excel_processing.py b/app/excel_processing.py index 0500e6f..bdee4ef 100644 --- a/app/excel_processing.py +++ b/app/excel_processing.py @@ -2588,7 +2588,6 @@ def all_products_transport_excel(request): if product_type and product_type != 'undefined': filters['product'] = product_type - if destination_province and destination_province != 'undefined': if destination_province == 'مرکزی': filters['destination_province'] = 'مركزي'