Explorar el Código

[Backend] Correctif mail envoi commandes PDF

Petite coquille dans le texte du mail des commandes en PDF.
prodstable
keun hace 8 años
padre
commit
4ed5fe4015
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      backend/controllers/CronController.php

+ 1
- 3
backend/controllers/CronController.php Ver fichero

@@ -83,8 +83,6 @@ class CronController extends BackendController
if(count($commandes))
{
$sujet = '[La boîte à pain] Commandes du '.date('d/m',strtotime($date)) ;
if(count($commandes) > 1)
$sujet .= 's' ;

// génération du pdf de commande
Yii::$app->runAction('commande/report-cron', [
@@ -97,7 +95,7 @@ class CronController extends BackendController

$message = 'Bonjour,

Voici en pièce jointe le récapitulatif des commandes ('.count($commandes).') du '.date('d/m',strtotime($date)).'.
Voici en pièce jointe le récapitulatif des '.count($commandes).' commandes du '.date('d/m',strtotime($date)).'.

À bientôt,
La boîte à pain

Cargando…
Cancelar
Guardar