Boldered Recurring total on report

This commit is contained in:
johnnyq 2023-01-09 15:11:21 -05:00
parent 607915f0f1
commit 6bd54431d9
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ $sql_clients = mysqli_query($mysqli,"SELECT * FROM clients WHERE company_id = $s
?>
<tr>
<th>Total</th>
<td class="text-right"><?php echo numfmt_format_currency($currency_format, $recurring_total, $session_company_currency); ?></td>
<th class="text-right"><?php echo numfmt_format_currency($currency_format, $recurring_total, $session_company_currency); ?></th>
</tr>
</tbody>
</table>