Your IP : 216.73.216.38


Current Path : /home/m/a/g/maglabs/it/app/code/Magento/Weee/view/adminhtml/templates/items/price/
Upload File :
Current File : /home/m/a/g/maglabs/it/app/code/Magento/Weee/view/adminhtml/templates/items/price/total.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
?>
<?php
/** @var \Magento\Weee\Block\Adminhtml\Items\Price\Renderer $block */

$_item = $block->getItem();
?>

<?= /* @noEscape */ $block->displayPrices($block->getBaseTotalAmount($_item), $block->getTotalAmount($_item)) ?>

?>