<?xml version="1.0"?>
<!--
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2018 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="avatax_sales_total_tax"/>
	<referenceBlock name="order_items">
         <arguments>
             <argument name="columns" xsi:type="array">
                  <item name="ava_vatcode" xsi:type="string" translate="true">VAT Code</item>
             </argument>
         </arguments>
         <referenceBlock name="default_order_items_renderer">
			  <arguments>
				<argument name="columns" xsi:type="array">
					<item name="ava_vatcode" xsi:type="string" translate="true">col-ava_vatcode</item>
				</argument>
			</arguments>
         </referenceBlock>
     </referenceBlock>
</page>
