Update wording on Invoice and Recurring for Correctness

This commit is contained in:
johnnyq
2022-12-17 13:57:53 -05:00
parent 5d543e8795
commit ac4d7b2d62
3 changed files with 5 additions and 5 deletions

View File

@@ -296,7 +296,7 @@ if(isset($_GET['recurring_id'])){
</tr>
<?php } ?>
<tr class="border-bottom">
<td><strong>Amount</strong></td>
<td><strong>Total</strong></td>
<td class="text-right"><strong><?php echo numfmt_format_currency($currency_format, $recurring_amount, $recurring_currency_code); ?></strong></td>
</tr>
</tbody>