Skip to content

Commit fa784fa

Browse files
author
Viktor Sevch
committed
MC-36260: Unexpected cursor position in the comment textarea
1 parent 31b939f commit fa784fa

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/invoice/create

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/invoice/create/items.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
</label>
7878
<div class="admin__field-control">
7979
<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>
80+
rows="3" cols="5"><?= $block->escapeHtml($block->getInvoice()->getCommentText())
81+
?></textarea>
8282
</div>
8383
</div>
8484
</div>

0 commit comments

Comments
 (0)