File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4141from crm .models import ClosingReason
4242from crm .models import CrmEmail
4343from crm .models .request import Request
44+ from crm .utils .admfilters import ByVIPStatus
4445from crm .utils .admfilters import ScrollRelatedOnlyFieldListFilter
4546from crm .utils .admfilters import TagFilter
4647from crm .utils .clarify_permission import clarify_permission
@@ -196,7 +197,7 @@ def get_list_filter(self, request):
196197 if country_filter_needed :
197198 list_filter .append (('country' , ScrollRelatedOnlyFieldListFilter ))
198199 if self .model in (Company , Contact , Lead ):
199- list_filter .append ( 'massmail' )
200+ list_filter .extend (( 'massmail' , ByVIPStatus ) )
200201 if hasattr (self .model , 'city' ):
201202 if "country__id__exact" in request .GET or \
202203 "city__id__exact" in request .GET or \
You can’t perform that action at this time.
0 commit comments