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