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 31b939f commit fa784faCopy full SHA for fa784fa
app/code/Magento/Sales/view/adminhtml/templates/order/invoice/create/items.phtml
@@ -77,8 +77,8 @@
77
</label>
78
<div class="admin__field-control">
79
<textarea id="invoice_comment_text" name="invoice[comment_text]" class="admin__control-textarea"
80
- rows="3" cols="5"><?= $block->escapeHtml($block->getInvoice()->getCommentText()) ?>
81
- </textarea>
+ rows="3" cols="5"><?= $block->escapeHtml($block->getInvoice()->getCommentText())
+ ?></textarea>
82
</div>
83
84
0 commit comments