mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Boldered Recurring total on report
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user