| Current Path : /home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/address/ |
| Current File : //home/rtorresani/www/vendor/magento/module-sales/view/adminhtml/templates/order/address/form.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<div class="messages">
<div class="message message-notice">
<div class="message-inner">
<div class="message-content">
<?= $block->escapeHtml(
__('Changing address information will not recalculate shipping, tax or other order amount.')
) ?>
</div>
</div>
</div>
</div>
<div class="fieldset admin__fieldset-wrapper">
<legend class="legend admin__legend">
<span><?= $block->escapeHtml($block->getHeaderText()) ?></span>
</legend>
<br>
<div class="form-inline" data-mage-init='{"Magento_Sales/order/edit/address/form":{}}'>
<?= $block->getForm()->toHtml() ?>
</div>
</div>