Hopefully fixed the dodgy subject

This commit is contained in:
Karl Cordes 2016-05-01 13:16:25 +10:00
parent cbea64ec75
commit 7ce45bc4e0

View file

@ -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"