pdf off
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -423,9 +423,10 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args = | ... | @@ -423,9 +423,10 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args = |
| 423 | } | 423 | } |
| 424 | 424 | ||
| 425 | } | 425 | } |
| 426 | $pdf = ""; | ||
| 426 | if(isset($args['invoice_id'])){ | 427 | if(isset($args['invoice_id'])){ |
| 427 | $invoiceView = new Invoice\InvoiceView(); | 428 | // $invoiceView = new Invoice\InvoiceView(); |
| 428 | $pdf = $invoiceView->pdf_create($args['invoice_id']); | 429 | // $pdf = $invoiceView->pdf_create($args['invoice_id']); |
| 429 | } | 430 | } |
| 430 | 431 | ||
| 431 | $contents = $email; | 432 | $contents = $email; | ... | ... |
-
Please register or sign in to post a comment