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
0c0f6943
authored
2023-01-17 07:23:46 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
pdf on
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
ae7e6354
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
com/Notifications/Notifications.php
com/Notifications/Notifications.php
View file @
0c0f694
...
...
@@ -425,8 +425,8 @@ 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