hide archived mailshots and campaigns
This commit is contained in:
		@ -35,6 +35,8 @@ function fulcrm_mailshot_user_mailshots( $page = 1 ) {
 | 
				
			|||||||
                                                       'page_size' => $page_size,
 | 
					                                                       'page_size' => $page_size,
 | 
				
			||||||
                                                       'page' => $page,
 | 
					                                                       'page' => $page,
 | 
				
			||||||
                                                       'completed__isnull' => false,
 | 
					                                                       'completed__isnull' => false,
 | 
				
			||||||
 | 
					                                                       'archived__isnull' => true,
 | 
				
			||||||
 | 
					                                                       'campaign__archived__isnull' => true,
 | 
				
			||||||
                                                       'expand' => implode( ',', array( 'campaign',
 | 
					                                                       'expand' => implode( ',', array( 'campaign',
 | 
				
			||||||
                                                                                        'campaign.d',
 | 
					                                                                                        'campaign.d',
 | 
				
			||||||
                                                                                        ) ) ) );
 | 
					                                                                                        ) ) ) );
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user