Skip to content

Commit

Permalink
Merge branch 'next-37489/fix-customer-group-registration-shipping' in…
Browse files Browse the repository at this point in the history
…to 'trunk'

NEXT-37489 - Fix separate shipping address in customer group registration

See merge request shopware/6/product/platform!14464
  • Loading branch information
mstegmeyer committed Aug 9, 2024
2 parents db40a63 + 6d5ce09 commit 3fc7f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{# Provides customer type, salutation, title, firstname, lastname and birthday fields for address forms (e.g. registering a user, creating or updating an address) #}
{% block component_address_personal_fields %}
{% block component_address_personal_account_type %}
{% if onlyCompanyRegistration or (config('core.loginRegistration.showAccountTypeSelection') and not hideCustomerTypeSelect) %}
{% if (onlyCompanyRegistration or (config('core.loginRegistration.showAccountTypeSelection') and not hideCustomerTypeSelect)) and not hasSelectedBusiness %}
<div class="row g-2">
<div class="form-group col-md-3 col-sm-6 contact-type">
{% block component_address_personal_account_type_label %}
Expand Down

0 comments on commit 3fc7f40

Please sign in to comment.