Browse Source

Correctif envoi email client

dev
Guillaume 3 years ago
parent
commit
2b5206ead1
2 changed files with 2 additions and 2 deletions
  1. +0
    -1
      common/mail/orderConfirm-html.php
  2. +2
    -1
      producer/controllers/OrderController.php

+ 0
- 1
common/mail/orderConfirm-html.php View File



use common\models\Producer ; use common\models\Producer ;
use common\helpers\GlobalParam ; use common\helpers\GlobalParam ;
$producer = GlobalParam::getCurrentProducer() ;


?> ?>



+ 2
- 1
producer/controllers/OrderController.php View File

'order' => $order, 'order' => $order,
'pointSale' => $pointSale, 'pointSale' => $pointSale,
'distribution' => $distribution, 'distribution' => $distribution,
'user' => $user
'user' => $user,
'producer' => $producer
] ]
] ; ] ;



Loading…
Cancel
Save