Skip to content

Commit 730b984

Browse files
committed
MAGETWO-59185: [GITHUB] Offline carrier configuration option "showmethod" does not appear in admin panel carrier configuration page #5693
1 parent 2760b1c commit 730b984

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/OfflineShipping/etc/adminhtml

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<field id="showmethod" translate="label" type="select" sortOrder="92" showInDefault="1" showInWebsite="1" showInStore="0">
5353
<label>Show Method if Not Applicable</label>
5454
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
55+
<frontend_class>shipping-skip-hide</frontend_class>
5556
</field>
5657
<field id="specificerrmsg" translate="label" type="textarea" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
5758
<label>Displayed Error Message</label>
@@ -146,6 +147,7 @@
146147
<field id="showmethod" translate="label" type="select" sortOrder="92" showInDefault="1" showInWebsite="1" showInStore="0">
147148
<label>Show Method if Not Applicable</label>
148149
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
150+
<frontend_class>shipping-skip-hide</frontend_class>
149151
</field>
150152
<field id="specificerrmsg" translate="label" type="textarea" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
151153
<label>Displayed Error Message</label>

0 commit comments

Comments
 (0)