I forgot how to do PHP apparently.
This commit is contained in:
parent
3af9f1a799
commit
e8de034c56
|
|
@ -676,7 +676,7 @@ class DocumentsController extends AppController {
|
|||
$subject .= " Quotation";
|
||||
break;
|
||||
case 'invoice':
|
||||
$subject .= " Invoice"
|
||||
$subject .= " Invoice";
|
||||
$this->set('invoice', $this->Document->Invoice->find('first', array('conditions'=>array('Invoice.id'=>$document['Invoice']['id']))));
|
||||
break;
|
||||
case 'purchaseOrder':
|
||||
|
|
|
|||
Loading…
Reference in a new issue