Skip to content

Commit d9796a1

Browse files
authored
Merge pull request #43 from joeydankbaar/patch-1
Prevent javascript error by adding a warning
2 parents ea5f2cc + 5e9c705 commit d9796a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<label>Advanced Configuration</label>
3535
<field id="use_street2_as_housenumber" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="10" translate="label" type="select" canRestore="1">
3636
<label>Seperate housenumber to next street field</label>
37-
<comment/>
37+
<comment>Warning! If you set this value to 'Yes', you need to set customer/address/street_lines to a minimum of 2</comment>
3838
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
3939
</field>
4040
<field id="use_street3_as_housenumber_addition" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="20" translate="label" type="select" canRestore="1">

0 commit comments

Comments
 (0)