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..cee91b6b 100644
a
|
b
|
|
183 | 183 | </td> |
184 | 184 | </tr> |
185 | 185 | <?php endforeach ?> |
186 | | <tr> |
187 | | <td class="text-right"><?php esc_html_e('VAT', 'wordcamporg'); ?></td> |
188 | | <td></td> |
189 | | <td></td> |
190 | | <td class="text-right"> |
191 | | <?php echo esc_html( CampTix_Addon_Invoices::format_currency( 0, $camptix_opts['currency'] ) ); ?> |
192 | | </td> |
193 | | </tr> |
| 186 | |
| 187 | <?php if ( ! empty( $invoice_metas['vat-number'] ) || ! empty( $camptix_opts['invoice-vat-number'] ) ) : ?> |
| 188 | <tr> |
| 189 | <td class="text-right"><?php esc_html_e('VAT', 'wordcamporg'); ?></td> |
| 190 | <td></td> |
| 191 | <td></td> |
| 192 | <td class="text-right"> |
| 193 | <?php echo esc_html( CampTix_Addon_Invoices::format_currency( 0, $camptix_opts['currency'] ) ); ?> |
| 194 | </td> |
| 195 | </tr> |
| 196 | <?php endif; // VAT field ?> |
| 197 | |
194 | 198 | <tr> |
195 | 199 | <td class="text-right"><?php esc_html_e( 'TOTAL', 'wordcamporg' ); ?></td> |
196 | 200 | <td></td> |