Explorar el Código

Envoi d'un document par email : nom du producteur dans sujet du mail #177

dev
Guillaume Bourgeois hace 4 años
padre
commit
4b6bdcb82b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php Ver fichero

@@ -274,7 +274,7 @@ class Document extends ActiveRecordCommon
])
->setTo($this->user->email)
->setFrom([$producer->getEmailOpendistrib() => $producer->name])
->setSubject('[Opendistrib] '.$subjectEmail) ;
->setSubject('['.$producer->name.'] '.$subjectEmail) ;

$this->generatePdf(Pdf::DEST_FILE) ;
$email->attach($this->getFilename());

Cargando…
Cancelar
Guardar