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 fa784fa commit a880a9aCopy full SHA for a880a9a
app/code/Magento/Sales/view/adminhtml/templates/order/invoice/create/items.phtml
@@ -76,9 +76,11 @@
76
<span><?= $block->escapeHtml(__('Invoice Comments')) ?></span>
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>
+ <textarea id="invoice_comment_text"
+ name="invoice[comment_text]"
+ class="admin__control-textarea"
82
+ rows="3"
83
+ cols="5"><?= $block->escapeHtml($block->getInvoice()->getCommentText())?></textarea>
84
</div>
85
86
0 commit comments