We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4c01b commit e3e06d0Copy full SHA for e3e06d0
app/code/Magento/CurrencySymbol/view/adminhtml/templates/grid.phtml
@@ -19,7 +19,7 @@
19
</label>
20
<div class="admin__field-control">
21
<input id="custom_currency_symbol<?= $block->escapeHtmlAttr($code) ?>"
22
- class="required-entry admin__control-text <?= $data['inherited'] ? 'disabled' : '' ?>"
+ class="required-entry admin__control-text"
23
type="text"
24
value="<?= $block->escapeHtmlAttr($data['displaySymbol']) ?>"
25
name="custom_currency_symbol[<?= $block->escapeHtmlAttr($code) ?>]"
0 commit comments