We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a05fa3 commit 66e63e0Copy full SHA for 66e63e0
app/code/Magento/Sales/view/frontend/templates/order/print/invoice.phtml
@@ -14,7 +14,7 @@
14
<?php foreach ($_invoices as $_invoice) : ?>
15
<div class="order-details-items invoice">
16
<div class="order-title">
17
- <strong><?= $block->escapeHtml(__('Invoice #')) ?><?= (int) $_invoice->getIncrementId() ?></strong>
+ <strong><?= $block->escapeHtml(__('Invoice #')) ?><?= $_invoice->getIncrementId() ?></strong>
18
</div>
19
<div class="table-wrapper table-order-items invoice">
20
<table class="data table table-order-items invoice" id="my-invoice-table-<?= (int) $_invoice->getId() ?>">
0 commit comments