Merge branch 'ticket-14805-creditexpiration' into develop
This commit is contained in:
commit
4126ca10e2
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user