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