| Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/items/price/ |
| Current File : //home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/items/price/unit.phtml |
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ ?> <?php /** @var \Magento\Sales\Block\Adminhtml\Items\Column\DefaultColumn $block */ $_item = $block->getItem(); ?> <div class="price-excl-tax"> <?= /* @noEscape */ $block->displayPrices($_item->getBasePrice(), $_item->getPrice()) ?> </div>