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