|
41 | 41 | <item name="total" xsi:type="string" translate="true">Row Total</item>
|
42 | 42 | </argument>
|
43 | 43 | </arguments>
|
44 |
| - <block class="Magento\Sales\Block\Adminhtml\Order\View\Items\Renderer\DefaultRenderer" as="default" template="Magento_Sales::order/view/items/renderer/default.phtml"> |
45 |
| - <arguments> |
46 |
| - <argument name="columns" xsi:type="array"> |
47 |
| - <item name="product" xsi:type="string" translate="false">col-product</item> |
48 |
| - <item name="status" xsi:type="string" translate="false">col-status</item> |
49 |
| - <item name="price-original" xsi:type="string" translate="false">col-price-original</item> |
50 |
| - <item name="price" xsi:type="string" translate="false">col-price</item> |
51 |
| - <item name="qty" xsi:type="string" translate="false">col-ordered-qty</item> |
52 |
| - <item name="subtotal" xsi:type="string" translate="false">col-subtotal</item> |
53 |
| - <item name="tax-amount" xsi:type="string" translate="false">col-tax-amount</item> |
54 |
| - <item name="tax-percent" xsi:type="string" translate="false">col-tax-percent</item> |
55 |
| - <item name="discont" xsi:type="string" translate="false">col-discont</item> |
56 |
| - <item name="total" xsi:type="string" translate="false">col-total</item> |
57 |
| - </argument> |
58 |
| - </arguments> |
| 44 | + <block class="Magento\Sales\Block\Adminhtml\Order\View\Items\Renderer\DefaultRenderer" as="default" name="default_order_items_renderer" template="Magento_Sales::order/view/items/renderer/default.phtml"> |
| 45 | + <arguments> |
| 46 | + <argument name="columns" xsi:type="array"> |
| 47 | + <item name="product" xsi:type="string" translate="false">col-product</item> |
| 48 | + <item name="status" xsi:type="string" translate="false">col-status</item> |
| 49 | + <item name="price-original" xsi:type="string" translate="false">col-price-original</item> |
| 50 | + <item name="price" xsi:type="string" translate="false">col-price</item> |
| 51 | + <item name="qty" xsi:type="string" translate="false">col-ordered-qty</item> |
| 52 | + <item name="subtotal" xsi:type="string" translate="false">col-subtotal</item> |
| 53 | + <item name="tax-amount" xsi:type="string" translate="false">col-tax-amount</item> |
| 54 | + <item name="tax-percent" xsi:type="string" translate="false">col-tax-percent</item> |
| 55 | + <item name="discont" xsi:type="string" translate="false">col-discont</item> |
| 56 | + <item name="total" xsi:type="string" translate="false">col-total</item> |
| 57 | + </argument> |
| 58 | + </arguments> |
59 | 59 | </block>
|
60 | 60 | <block class="Magento\Sales\Block\Adminhtml\Items\Column\Qty" name="column_qty" template="Magento_Sales::items/column/qty.phtml" group="column"/>
|
61 | 61 | <block class="Magento\Sales\Block\Adminhtml\Items\Column\Name" name="column_name" template="Magento_Sales::items/column/name.phtml" group="column"/>
|
|
0 commit comments