Merge pull request #9259 from sqweets/customRelationshipsExport
[civicrm-core.git] / templates / CRM / Core / BillingBlock.tpl
index 0d9171ac46b49e0f6c8c0646888385e5a63aa928..4fd6aaabbb226e7e0569b0c36dbc192c4babe007 100644 (file)
@@ -54,7 +54,7 @@
     </fieldset>
   {/if}
   {if $billingDetailsFields|@count && $paymentProcessor.payment_processor_type neq 'PayPal_Express'}
-    {if $profileAddressFields}
+    {if $profileAddressFields && !$ccid}
       <input type="checkbox" id="billingcheckbox" value="0">
       <label for="billingcheckbox">{ts}My billing address is the same as above{/ts}</label>
     {/if}