Changeset 8797 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-invoices/includes/views/invoice-template.php
- Timestamp:
- 05/15/2019 02:01:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-invoices/includes/views/invoice-template.php
r8657 r8797 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>
Note: See TracChangeset
for help on using the changeset viewer.