Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ae7e6354
authored
2023-01-16 17:32:00 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
pdf off
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
d6f2d3c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
com/Notifications/Notifications.php
com/Notifications/Notifications.php
View file @
ae7e635
...
...
@@ -423,9 +423,10 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args =
}
}
$pdf
=
""
;
if
(
isset
(
$args
[
'invoice_id'
])){
$invoiceView
=
new
Invoice\InvoiceView
();
$pdf
=
$invoiceView
->
pdf_create
(
$args
[
'invoice_id'
]);
//
$invoiceView = new Invoice\InvoiceView();
//
$pdf = $invoiceView->pdf_create($args['invoice_id']);
}
$contents
=
$email
;
...
...
Please
register
or
sign in
to post a comment