File tree Expand file tree Collapse file tree 5 files changed +9
-2
lines changed
templates/order/invoice/create
Tax/view/adminhtml/templates/toolbar/rate Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 24
24
<block class =" Magento\Sales\Block\Adminhtml\Order\Invoice\Totals" name =" invoice_totals" template =" order/totals.phtml" >
25
25
<block class =" Magento\Sales\Block\Adminhtml\Order\Totals\Tax" name =" tax" template =" order/totals/tax.phtml" />
26
26
</block >
27
+ <container name =" submit_before" label =" Submit Before" />
28
+ <container name =" submit_after" label =" Submit After" />
27
29
</block >
28
30
</block >
29
31
</block >
Original file line number Diff line number Diff line change 123
123
<label class="admin__field-label" for="send_email"><?php echo __ ('Email Copy of Invoice ' ) ?> </label>
124
124
</div>
125
125
<?php endif ; ?>
126
+ <?php echo $ block ->getChildHtml ('submit_before ' ) ?>
126
127
<div class="actions">
127
128
<?php echo $ block ->getChildHtml ('submit_button ' ) ?>
129
+ <?php echo $ block ->getChildHtml ('submit_after ' ) ?>
128
130
</div>
129
131
</div>
130
132
</div>
Original file line number Diff line number Diff line change 18
18
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Qty" name =" column_qty" template =" Magento_Sales::items/column/qty.phtml" group =" column" />
19
19
<block class =" Magento\Sales\Block\Adminhtml\Items\Column\Name" name =" column_name" template =" Magento_Sales::items/column/name.phtml" group =" column" />
20
20
<block class =" Magento\Framework\View\Element\Text\ListText" name =" order_item_extra_info" />
21
+ <container name =" submit_before" label =" Submit Before" />
22
+ <container name =" submit_after" label =" Submit After" />
21
23
</block >
22
24
<block class =" Magento\Shipping\Block\Adminhtml\Order\Tracking" name =" shipment_tracking" template =" order/tracking.phtml" />
23
25
<block class =" Magento\Shipping\Block\Adminhtml\Order\Packaging" name =" shipment_packaging" template =" Magento_Shipping::order/packaging/popup.phtml" />
Original file line number Diff line number Diff line change 104
104
<span><?php echo __ ('Email Copy of Shipment ' ) ?> </span></label>
105
105
</div>
106
106
<?php endif ; ?>
107
-
107
+ <?php echo $ block -> getChildHtml ( ' submit_before ' ) ?>
108
108
<div class="order-history-comments-actions actions">
109
109
<?php echo $ block ->getChildHtml ('submit_button ' ) ?>
110
+ <?php echo $ block ->getChildHtml ('submit_after ' ) ?>
110
111
</div>
111
112
</div>
112
113
</div>
Original file line number Diff line number Diff line change 7
7
// @codingStandardsIgnoreFile
8
8
9
9
?>
10
- <?php echo $ block ->getChildhtml ('grid ' ) ?>
10
+ <?php echo $ block ->getChildHtml ('grid ' ) ?>
You can’t perform that action at this time.
0 commit comments