Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-tax/view/base/web/template/price/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-tax/view/base/web/template/price/adjustment.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<if args="displayBothPrices()">
    <span class="price-wrapper price-excluding-tax"
          attr="'data-label': $t('Excl. Tax')"
          data-price-amount=""
          data-price-type="basePrice"
          html="getTax($row())">
    </span>
</if>