From c21b6d9655c4aedd4faaea7ca714eb55c50f8f95 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 15 Oct 2018 15:36:21 -0400 Subject: [PATCH] Update for before after need to look at when --- models/admin/ajax/billingSetupQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/admin/ajax/billingSetupQueue.php b/models/admin/ajax/billingSetupQueue.php index 2293251..4ef1ee4 100644 --- a/models/admin/ajax/billingSetupQueue.php +++ b/models/admin/ajax/billingSetupQueue.php @@ -79,7 +79,7 @@ class GlmMembersAdmin_ajax_billingSetupQueue foreach ( $notifications as $notice ) { // echo '
$notice: ' . print_r( $notice, true ) . '
'; - switch( $notice['send_date_period'] ) { + switch( $notice['send_date_when'] ) { case $this->config['send_date_when_numb']['After']: $before = false; break; -- 2.17.1