diff --git a/fulcrm_mailshot.module b/fulcrm_mailshot.module index fee6d3e..b7da8ea 100644 --- a/fulcrm_mailshot.module +++ b/fulcrm_mailshot.module @@ -35,6 +35,8 @@ function fulcrm_mailshot_user_mailshots( $page = 1 ) { 'page_size' => $page_size, 'page' => $page, 'completed__isnull' => false, + 'archived__isnull' => true, + 'campaign__archived__isnull' => true, 'expand' => implode( ',', array( 'campaign', 'campaign.d', ) ) ) );