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
|
|
| 184 | 184 | </tr> |
| 185 | 185 | <?php endforeach ?> |
| 186 | 186 | <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> |
| 190 | 188 | <td class="text-right"> |
| 191 | 189 | <?php echo esc_html( CampTix_Addon_Invoices::format_currency( 0, $camptix_opts['currency'] ) ); ?> |
| 192 | 190 | </td> |
| 193 | 191 | </tr> |
| 194 | 192 | <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> |
| 198 | 194 | <td class="text-right"> |
| 199 | 195 | <?php echo esc_html( CampTix_Addon_Invoices::format_currency( $invoice_order['total'], $camptix_opts['currency'] ) ); ?> |
| 200 | 196 | </td> |