Fix subject
This commit is contained in:
parent
42ad46e7a9
commit
1ec0f7085d
|
|
@ -928,7 +928,7 @@ EOT;
|
|||
return;
|
||||
}
|
||||
|
||||
$this->Email->subject = $this->po_email_subject($document['PurchaseOrder']);
|
||||
$subject = $this->po_email_subject($document['PurchaseOrder']);
|
||||
$this->Email->to = $this->email_format($primary_contact['User']['email']);
|
||||
$this->Email->replyTo = null;
|
||||
$this->Email->cc = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue