From ac03b4d9f038d7050175664924c51c91d76ccaad Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 2 Aug 2018 13:41:45 -0400 Subject: [PATCH] Don't set use for flags from contact info. These will be only used to set the billing form address one time. If they want to reset billing from another address they'll need to check the box again. --- views/admin/contacts/edit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/admin/contacts/edit.html b/views/admin/contacts/edit.html index e9a9650..80cc6b7 100644 --- a/views/admin/contacts/edit.html +++ b/views/admin/contacts/edit.html @@ -450,7 +450,7 @@ Use for Billing Information - + @@ -593,7 +593,7 @@ Use for Billing Information - + @@ -758,7 +758,7 @@ - + {if apply_filters( 'glm-members-billing-enabled', false )}

Billing Info

-- 2.17.1