From b2d445b93a006d9318ecf7d0eda343440fcef3c8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 30 Jul 2019 12:59:50 -0400 Subject: [PATCH] Update for links placed last time in wrong place --- views/admin/billing/memberBillingSubHeader.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/admin/billing/memberBillingSubHeader.html b/views/admin/billing/memberBillingSubHeader.html index 63701be..e964c50 100644 --- a/views/admin/billing/memberBillingSubHeader.html +++ b/views/admin/billing/memberBillingSubHeader.html @@ -23,12 +23,12 @@
  • All Statements
  • - {if ($account_status == 'Pending' || $account_status == 'Expired') && !apply_filters('glm-billing-account-has-renewal', true, $accountID )} + {if ($account_status == 'Pending' || $account_status == 'Expired') && !apply_filters('glm-billing-account-has-renewal', true, $accountID ) && $settings.member_types_enabled}
  • Membership Renewal
  • {/if} - {if isset( $billing_settings.uptravel_payment_form ) && $billing_settings.uptravel_payment_form && $accountID && $settings.member_types_enabled} + {if isset( $billing_settings.uptravel_payment_form ) && $billing_settings.uptravel_payment_form && $accountID} {$hasInvoice = apply_filters('glm-billing-account-has-invoice', false, $accountID )}
  • {if $hasInvoice} -- 2.17.1