This commit is contained in:
2026-02-01 08:35:33 +03:30
parent fdff94fa85
commit 17096924c1
7 changed files with 13 additions and 4 deletions

View File

@@ -2590,7 +2590,10 @@ def all_products_transport_excel(request):
filters['product'] = product_type
if destination_province and destination_province != 'undefined':
filters['destination_province'] = normalize_persian_arabic_text(destination_province)
if destination_province == 'مرکزی':
filters['destination_province'] = 'مركزي'
else:
filters['destination_province'] = destination_province
if date1 and date2 and date1 != 'undefined' and date2 != 'undefined':
try: