Bug - Liabilities is showing Assets total

This commit is contained in:
Andrew Malsbury
2023-10-07 17:31:55 +00:00
parent d63da07122
commit 3e96751bf0

View File

@@ -96,7 +96,7 @@ $total_equity = 0;
<tr>
<th></th>
<th class="text-uppercase">Total Liabilities</th>
<th class="text-right"><?php echo $formatted_total_assets; ?></th>
<th class="text-right"><?php echo $formatted_total_liabilities; ?></th>
</tr>
<!-- Equity Section -->