Skip to content

Commit 2ce3dae

Browse files
committed
MAGETWO-32257: [GITHUB] Comment about VAT number displayed under different field in Customer Configuration #804
1 parent 3de5edb commit 2ce3dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/etc/adminhtml/system.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<label>Create New Account Options</label>
2929
<field id="auto_group_assign" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
3030
<label>Enable Automatic Assignment to Customer Group</label>
31-
<comment>To show VAT number on frontend, set Show VAT Number on Frontend option to Yes.</comment>
3231
<source_model>Magento\Backend\Model\Config\Source\Yesno</source_model>
3332
</field>
3433
<field id="tax_calculation_address_type" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
@@ -84,6 +83,7 @@
8483
</field>
8584
<field id="vat_frontend_visibility" translate="label" type="select" sortOrder="58" showInDefault="1" showInWebsite="1" showInStore="0">
8685
<label>Show VAT Number on Frontend</label>
86+
<comment>To show VAT number on frontend, set Show VAT Number on Frontend option to Yes.</comment>
8787
<source_model>Magento\Backend\Model\Config\Source\Yesno</source_model>
8888
</field>
8989
<field id="email_domain" translate="label" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">

0 commit comments

Comments
 (0)