AllProductsTransportViewSet
This commit is contained in:
@@ -2588,6 +2588,7 @@ def all_products_transport_excel(request):
|
|||||||
if product_type and product_type != 'undefined':
|
if product_type and product_type != 'undefined':
|
||||||
filters['product'] = product_type
|
filters['product'] = product_type
|
||||||
|
|
||||||
|
|
||||||
if destination_province and destination_province != 'undefined':
|
if destination_province and destination_province != 'undefined':
|
||||||
if destination_province == 'مرکزی':
|
if destination_province == 'مرکزی':
|
||||||
filters['destination_province'] = 'مركزي'
|
filters['destination_province'] = 'مركزي'
|
||||||
|
|||||||
Reference in New Issue
Block a user