Add creator in create_company_user
This commit is contained in:
@@ -238,7 +238,6 @@ def product_search(request):
|
||||
if len(products_geo_filtered) >= 10:
|
||||
products_qs = products_geo_filtered
|
||||
|
||||
|
||||
# filter by price
|
||||
if price_min is not None:
|
||||
products_qs = products_qs.filter(price__gte=price_min)
|
||||
|
||||
Reference in New Issue
Block a user