Skip to content

Commit 8a3fa61

Browse files
committed
Resolved table footer column width
1 parent e30a080 commit 8a3fa61

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<tr>
3434
<td colspan="3">&nbsp;</td>
3535
<td><?= $block->getUpdateButtonHtml() ?></td>
36-
<td colspan="5">&nbsp;</td>
36+
<td colspan="4">&nbsp;</td>
3737
</tr>
3838
</tfoot>
3939
<?php endif; ?>

0 commit comments

Comments
 (0)