Skip to content

Commit e00505b

Browse files
authored
ENGCOM-3735: Fix issue 19796 - Sales Order invoice Update Qty's Button is misaligned #19799
2 parents fab0b50 + 45f880c commit e00505b

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
@@ -31,9 +31,9 @@
3131
<?php if ($block->canEditQty()): ?>
3232
<tfoot>
3333
<tr>
34-
<td colspan="2">&nbsp;</td>
35-
<td colspan="3"><?= $block->getUpdateButtonHtml() ?></td>
3634
<td colspan="3">&nbsp;</td>
35+
<td><?= $block->getUpdateButtonHtml() ?></td>
36+
<td colspan="4">&nbsp;</td>
3737
</tr>
3838
</tfoot>
3939
<?php endif; ?>

0 commit comments

Comments
 (0)