From: Steve Sutton Date: Tue, 15 May 2018 20:17:41 +0000 (-0400) Subject: Put invoice html back in. X-Git-Tag: v1.0.0^2~9 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3f37606216ee7068903cea9e79841194e199a17c;p=WP-Plugins%2Fglm-member-db-billing.git Put invoice html back in. They do want it. --- diff --git a/classes/notifications.php b/classes/notifications.php index 055f15e..b1f91cb 100644 --- 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 );