Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
purchaseorder.phtml
Go to the documentation of this file.
1 <?php
9 ?>
10 <div class="order-payment-method-name"><?= $block->escapeHtml($block->getMethod()->getTitle()) ?></div>
11 <table class="data-table admin__table-secondary">
12  <tr>
13  <th><?= $block->escapeHtml(__('Purchase Order Number')) ?>:</th>
14  <td><?= $block->escapeHtml($block->getInfo()->getPoNumber()) ?></td>
15  </tr>
16 </table>
__()
Definition: __.php:13
$block
Definition: block.php:8