Skip to content

Commit 02f60a9

Browse files
authored
If you going to make credit memo for an order, Update Qty's button not aligned proper with respective colum #25202
1 parent 99f206f commit 02f60a9

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/creditmemo/create

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
<?php if ($block->canEditQty()) : ?>
3535
<tfoot>
3636
<tr>
37-
<td colspan="3">&nbsp;</td>
38-
<td colspan="3">
37+
<td colspan="4">&nbsp;</td>
38+
<td>
3939
<?= $block->getUpdateButtonHtml() ?>
4040
</td>
41-
<td colspan="3" class="last">&nbsp;</td>
41+
<td colspan="4" class="last">&nbsp;</td>
4242
</tr>
4343
</tfoot>
4444
<?php endif; ?>

0 commit comments

Comments
 (0)