AllProductsTransportViewSet
This commit is contained in:
@@ -4524,7 +4524,8 @@ class AllProductsTransportViewSet(viewsets.ModelViewSet):
|
||||
if destination_province and destination_province != 'undefined':
|
||||
if destination_province == 'مرکزی':
|
||||
filters['destination_province'] = 'مركزي'
|
||||
filters['destination_province'] = destination_province
|
||||
else:
|
||||
filters['destination_province'] = destination_province
|
||||
|
||||
if date1 and date2 and date1 != 'undefined' and date2 != 'undefined':
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user