adjustment.html 359 B

1234567891011121314
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <if args="displayBothPrices()">
  8. <span class="price-wrapper price-excluding-tax"
  9. attr="'data-label': $t('Excl. Tax')"
  10. data-price-amount=""
  11. data-price-type="basePrice"
  12. html="getTax($row())">
  13. </span>
  14. </if>