Merge branch 'ticket-14805-creditexpiration' into develop

This commit is contained in:
Michael RICOIS 2017-12-06 14:40:48 +01:00
commit 4126ca10e2

View File

@ -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";
}