Boldered Recurring total on report

This commit is contained in:
johnnyq
2023-01-09 15:11:21 -05:00
parent 607915f0f1
commit 6bd54431d9
+1 -1
View File
@@ -56,7 +56,7 @@ $sql_clients = mysqli_query($mysqli,"SELECT * FROM clients WHERE company_id = $s
?> ?>
<tr> <tr>
<th>Total</th> <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> </tr>
</tbody> </tbody>
</table> </table>