From: Steve Sutton Date: Thu, 31 Jan 2019 18:11:02 +0000 (-0500) Subject: Only show totals on the report generator X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=06b0030e69eaefc918df6535bb295d077c5e303c;p=WP-Plugins%2Fglm-member-db-billing.git Only show totals on the report generator hide if not report generator --- diff --git a/views/admin/billing/reports.html b/views/admin/billing/reports.html index 7aeb51c..bdd7cc9 100644 --- a/views/admin/billing/reports.html +++ b/views/admin/billing/reports.html @@ -147,10 +147,12 @@ {/if} -
-
Total Invoices: {$totalInvoices}
-
Total Payments: {$totalPayments}
-
+{if $option == 'reportGenerator'} +
+
Total Invoices: {$totalInvoices}
+
Total Payments: {$totalPayments}
+
+{/if}