Skip to content

Commit 2481043

Browse files
ENGCOM-6146: If you going to make credit memo for an order, Update Qty's button not aligned proper with respective column #25202 issue fixed #25203
- Merge Pull Request #25203 from cedarvinda/magento2:Magento2.3.x-development-PR3 - Merged commits: 1. 02f60a9
2 parents 5a82cc9 + 02f60a9 commit 2481043

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)