projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f608ef8
)
Put invoice html back in.
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 15 May 2018 20:17:41 +0000
(16:17 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 15 May 2018 20:17:41 +0000
(16:17 -0400)
They do want it.
classes/notifications.php
patch
|
blob
|
history
diff --git
a/classes/notifications.php
b/classes/notifications.php
index
055f15e
..
b1f91cb
100644
(file)
--- a/
classes/notifications.php
+++ b/
classes/notifications.php
@@
-142,9
+142,9
@@
class GlmNotifications
// Setup the invoice html
$invoice_html = '';
-
//
if ( isset( $data['type'] ) && $data['type'] == $this->config['transaction_numb']['Invoice'] ) {
-
//
$invoice_html = $BillingSupport->viewInvoice( $data['type_id'] );
-
//
}
+ if ( isset( $data['type'] ) && $data['type'] == $this->config['transaction_numb']['Invoice'] ) {
+ $invoice_html = $BillingSupport->viewInvoice( $data['type_id'] );
+ }
$smarty->templateAssign( 'invoice_html', $invoice_html );