AllProductsTransportViewSet

This commit is contained in:
2026-01-31 22:30:14 +03:30
parent f3ef71ca3e
commit 0b29ff76e9

View File

@@ -4524,6 +4524,7 @@ class AllProductsTransportViewSet(viewsets.ModelViewSet):
if destination_province and destination_province != 'undefined':
if destination_province == 'مرکزی':
filters['destination_province'] = 'مركزي'
else:
filters['destination_province'] = destination_province
if date1 and date2 and date1 != 'undefined' and date2 != 'undefined':