File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/code/Magento/Sales/view/adminhtml Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
22
<block class =" Magento\Sales\Block\Adminhtml\Order\View\Tabs" name =" sales_order_tabs" >
23
23
<block class =" Magento\Sales\Block\Adminhtml\Order\View\Tab\Info" name =" order_tab_info" template =" order/view/tab/info.phtml" >
24
24
<block class =" Magento\Sales\Block\Adminhtml\Order\View\Messages" name =" order_messages" />
25
- <block class =" Magento\Sales\Block\Adminhtml\Order\View\Info" name =" order_info" template =" order/view/info.phtml" />
25
+ <block class =" Magento\Sales\Block\Adminhtml\Order\View\Info" name =" order_info" template =" order/view/info.phtml" >
26
+ <container name =" extra_customer_info" />
27
+ </block >
26
28
<container name =" order_additional_info" />
27
29
<block class =" Magento\Sales\Block\Adminhtml\Order\View\Items" name =" order_items" template =" order/view/items.phtml" >
28
30
<arguments >
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ $orderStoreDate = $block->formatDate(
145
145
<td><?php echo $ block ->escapeHtml ($ data ['value ' ]) ?> </td>
146
146
</tr>
147
147
<?php endforeach ;?>
148
+ <?php echo $ block ->getChildHtml ('extra_customer_info ' ) ?>
148
149
</table>
149
150
</div>
150
151
</div>
You can’t perform that action at this time.
0 commit comments