Skip to content

Commit 636075a

Browse files
committed
MC-35514: Can't create shipping label for existing order all JS components in sliding modal doesn't work.
1 parent 2ed36b3 commit 636075a

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Shipping/view/adminhtml/templates/order/packaging

1 file changed

+2
-2
lines changed

app/code/Magento/Shipping/view/adminhtml/templates/order/packaging/grid.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
</th>
3232
<th class="data-grid-th"><?= $block->escapeHtml(__('Product Name')) ?></th>
3333
<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">
3535
<?= $block->escapeHtml(__('Customs Value')) ?>
3636
</th>
3737
<?php if (!$block->displayCustomsValue()): ?>
3838
<?= /* @noEscape */ $secureRenderer->renderStyleAsTag(
3939
'display:none',
40-
'#th-custom-value-' . $randomId
40+
'#packaging-data-grid-' . $randomId . ' th.custom-value'
4141
) ?>
4242
<?php endif ?>
4343
<th class="data-grid-th"><?= $block->escapeHtml(__('Qty Ordered')) ?></th>

0 commit comments

Comments
 (0)