Skip to content

Commit c6dd36c

Browse files
author
Dmytro Yushkin
committed
MAGETWO-62807: Case information block on order details page in admin panel
- Edited sales module adminhtml extension point
1 parent 7cc2689 commit c6dd36c

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/View/AdditionalInfo.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/code/Magento/Sales/view/adminhtml/layout/sales_order_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<block class="Magento\Sales\Block\Adminhtml\Order\View\Tab\Info" name="order_tab_info" template="order/view/tab/info.phtml">
2424
<block class="Magento\Sales\Block\Adminhtml\Order\View\Messages" name="order_messages"/>
2525
<block class="Magento\Sales\Block\Adminhtml\Order\View\Info" name="order_info" template="order/view/info.phtml"/>
26-
<block class="Magento\Sales\Block\Adminhtml\Order\View\AdditionalInfo" name="order_additional_info" template="order/view/additional_info.phtml"/>
26+
<block class="Magento\Backend\Block\Template" name="order_additional_info" template="Magento_Theme::container.phtml"/>
2727
<block class="Magento\Sales\Block\Adminhtml\Order\View\Items" name="order_items" template="order/view/items.phtml">
2828
<arguments>
2929
<argument name="columns" xsi:type="array">
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/** $block \Magento\Sales\Block\Adminhtml\Order\View\AdditionalInfo */
87
echo $block->getChildHtml();

0 commit comments

Comments
 (0)