Pārlūkot izejas kodu

[backend] Cron : correction bug attach fichier de commandes (mail producteurs)

refactoring
Guillaume pirms 4 gadiem
vecāks
revīzija
ce458f0540
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      backend/controllers/CronController.php

+ 1
- 1
backend/controllers/CronController.php Parādīt failu

@@ -228,7 +228,7 @@ class CronController extends BackendController
'idProducer' => $producer->id,
'key' => '64ac0bdab7e9f5e48c4d991ec5201d57'
]);
$mail->attach(Yii::getAlias('@app/web/pdf/Orders-' . $date . '-' . $producer->id . '.pdf'));
$mail->attach(Yii::getAlias('@app/web/pdf/Commandes-' . $date . '-' . $producer->id . '.pdf'));
} else {
$subject = '[distrib] Aucune commande';
}

Notiek ielāde…
Atcelt
Saglabāt