rewrite income by client report SQL query to join as a single query instead of multiple

;
This commit is contained in:
johnnyq
2023-02-28 23:04:25 -05:00
parent 47dbd46bf3
commit 99dc294145
2 changed files with 21 additions and 16 deletions

View File

@@ -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>