File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
app/code/Magento/Shipping/view/adminhtml/templates/order/packaging Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 31
31
</th>
32
32
<th class="data-grid-th"><?= $ block ->escapeHtml (__ ('Product Name ' )) ?> </th>
33
33
<th class="data-grid-th"><?= $ block ->escapeHtml (__ ('Weight ' )) ?> </th>
34
- <th class="data-grid-th custom-value ">
34
+ <th id="th-custom-value- <?= /* @noEscape */ $ randomId ?> " class="data-grid-th">
35
35
<?= $ block ->escapeHtml (__ ('Customs Value ' )) ?>
36
36
</th>
37
37
<?php if (!$ block ->displayCustomsValue ()): ?>
38
- <?= /* @noEscape */ $ secureRenderer ->renderStyleAsTag ('display: none; ' , 'th.custom-value ' ) ?>
38
+ <?= /* @noEscape */ $ secureRenderer ->renderStyleAsTag (
39
+ 'display:none ' ,
40
+ '#th-custom-value- ' . $ randomId
41
+ ) ?>
39
42
<?php endif ?>
40
43
<th class="data-grid-th"><?= $ block ->escapeHtml (__ ('Qty Ordered ' )) ?> </th>
41
44
<th class="data-grid-th"><?= $ block ->escapeHtml (__ ('Qty ' )) ?> </th>
You can’t perform that action at this time.
0 commit comments