From 9f101ab496b044dbb81bf938c406be3c528452f9 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 1 Feb 2019 14:15:47 -0500 Subject: [PATCH] fix the setting looking for to hide invoicing should be settings not billing_settings --- views/admin/billing/header.html | 4 +--- views/admin/billing/reports.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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}