소스 검색

[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…
취소
저장