From: Steve Sutton Date: Fri, 1 Feb 2019 19:15:47 +0000 (-0500) Subject: fix the setting looking for to hide invoicing X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9f101ab496b044dbb81bf938c406be3c528452f9;p=WP-Plugins%2Fglm-member-db-billing.git fix the setting looking for to hide invoicing should be settings not billing_settings --- diff --git a/views/admin/billing/header.html b/views/admin/billing/header.html index 912cd6d..26b4ef3 100644 --- a/views/admin/billing/header.html +++ b/views/admin/billing/header.html @@ -5,12 +5,10 @@ Invoices Payments Accounts - {if isset( $billing_settings.renewal_day_static ) && $billing_settings.renewal_day_static} + {if isset( $settings.renewal_day_static ) && $settings.renewal_day_static} Invoicing Reports {/if} Logs
- - diff --git a/views/admin/billing/reports.html b/views/admin/billing/reports.html index 3627d24..1783ce7 100644 --- a/views/admin/billing/reports.html +++ b/views/admin/billing/reports.html @@ -47,7 +47,7 @@ {/foreach} - {if isset( $billing_settings.quickbooks_enabled ) && $billing_settings.quickbooks_enabled} + {if isset( $settings.quickbooks_enabled ) && $settings.quickbooks_enabled}