Skip to content

Commit 1dc4a22

Browse files
committed
MAGETWO-62807: Case information block on order details page in admin panel
- refactoring
1 parent b6082dc commit 1dc4a22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/view/additional_info.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
?>
7-
<?php /** $block \Magento\Sales\Block\Adminhtml\Order\View\AdditionalInfo */?>
8-
<?php echo $block->getChildHtml()?>
6+
7+
/** $block \Magento\Sales\Block\Adminhtml\Order\View\AdditionalInfo */
8+
echo $block->getChildHtml();

0 commit comments

Comments
 (0)