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 d9d4b82 commit 927f940Copy full SHA for 927f940
app/code/Magento/Shipping/view/adminhtml/templates/order/packaging/popup.phtml
@@ -31,7 +31,7 @@ $girthEnabled = $block->isDisplayGirthValue() && $block->isGirthAllowed() ? 1 :
31
packaging.sendCreateLabelRequest();
32
});
33
packaging.setLabelCreatedCallback(function(response){
34
- setLocation("<?php $block->escapeJs($block->escapeUrl($block->getUrl(
+ setLocation("<?= $block->escapeJs($block->escapeUrl($block->getUrl(
35
'sales/order/view',
36
['order_id' => $block->getShipment()->getOrderId()]
37
))); ?>");
0 commit comments