diff --git a/inventory/views.py b/inventory/views.py index 28fd6315..39cc68fc 100644 --- a/inventory/views.py +++ b/inventory/views.py @@ -4345,8 +4345,7 @@ def sales_list_view(request, dealer_slug): # # Q(item_details__icontains=query) # # ).distinct() - # for so in qs: - # if query in so.customer_customer + #r paginator = Paginator(qs, 30) page_number = request.GET.get("page") diff --git a/templates/crm/leads/lead_detail.html b/templates/crm/leads/lead_detail.html index c10767c9..ff4654d3 100644 --- a/templates/crm/leads/lead_detail.html +++ b/templates/crm/leads/lead_detail.html @@ -37,30 +37,17 @@ {% include "crm/leads/partials/update_action.html" %}