Making WordPress.org

Ticket #4425: 4425.diff

File 4425.diff, 1.2 KB (added by dd32, 4 years ago)
  • public_html/wp-content/plugins/camptix-invoices/includes/views/invoice-template.php

    diff --git a/public_html/wp-content/plugins/camptix-invoices/includes/views/invoice-template.php b/public_html/wp-content/plugins/camptix-invoices/includes/views/invoice-template.php
    index e978ccc7..bbf133cd 100644
    a b  
    184184                                        </tr>
    185185                                <?php endforeach ?>
    186186                        <tr>
    187                                 <td class="text-right"><?php esc_html_e('VAT', 'wordcamporg'); ?></td>
    188                                 <td></td>
    189                                 <td></td>
     187                                <td class="text-right" colspan="3"><?php esc_html_e('VAT', 'wordcamporg'); ?></td>
    190188                                <td class="text-right">
    191189                                        <?php echo esc_html( CampTix_Addon_Invoices::format_currency( 0, $camptix_opts['currency'] ) ); ?>
    192190                                </td>
    193191                        </tr>
    194192                        <tr>
    195                                 <td class="text-right"><?php esc_html_e( 'TOTAL', 'wordcamporg' ); ?></td>
    196                                 <td></td>
    197                                 <td></td>
     193                                <td class="text-right" colspan="3"><?php esc_html_e( 'TOTAL', 'wordcamporg' ); ?></td>
    198194                                <td class="text-right">
    199195                                        <?php echo esc_html( CampTix_Addon_Invoices::format_currency( $invoice_order['total'], $camptix_opts['currency'] ) ); ?>
    200196                                </td>