Преглед на файлове

[Backend] Correctif mail envoi commandes PDF

Petite coquille dans le texte du mail des commandes en PDF.
master
keun преди 8 години
родител
ревизия
4ed5fe4015
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. +1
    -3
      backend/controllers/CronController.php

+ 1
- 3
backend/controllers/CronController.php Целия файл

@@ -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

Loading…
Отказ
Запис