Hopefully fixed the dodgy subject
This commit is contained in:
parent
cbea64ec75
commit
7ce45bc4e0
|
|
@ -673,7 +673,7 @@ class DocumentsController extends AppController {
|
|||
|
||||
switch($docType) {
|
||||
case 'quote':
|
||||
$this->Email->subject .= " Quotation"
|
||||
$subject .= " Quotation"
|
||||
break;
|
||||
case 'invoice':
|
||||
$subject .= " Invoice"
|
||||
|
|
|
|||
Loading…
Reference in a new issue