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) {
case 'quote':
$this->Email->subject .= " Quotation"
$subject .= " Quotation"
break;
case 'invoice':
$subject .= " Invoice"