diff --git a/modules/loyalty/bin/reminder.php b/modules/loyalty/bin/reminder.php index 3e443ac5..d11ba4cd 100644 --- a/modules/loyalty/bin/reminder.php +++ b/modules/loyalty/bin/reminder.php @@ -91,10 +91,7 @@ if ($result === false) { ); echo date('Y-m-d H:i:s')." - Rappel credit pour le client ".$customerModel->email; - $to = $customerModel->email; - // @todo : for test - $to = 'ricois@antadis.com'; // Only Display values if ($optTest) { @@ -112,7 +109,6 @@ if ($result === false) { else { echo " - ERROR"; } - } echo "\n"; }