mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
rewrite income by client report SQL query to join as a single query instead of multiple
;
This commit is contained in:
@@ -54,7 +54,7 @@ $sql = mysqli_query($mysqli, "
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<th>Total</th>
|
||||
<th>Total Monthly Income</th>
|
||||
<th class="text-right"><?php echo numfmt_format_currency($currency_format, $recurring_total, $session_company_currency); ?></th>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user