mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 11:54:52 +00:00
Bug - Liabilities is showing Assets total
This commit is contained in:
@@ -96,7 +96,7 @@ $total_equity = 0;
|
|||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th class="text-uppercase">Total Liabilities</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>
|
</tr>
|
||||||
|
|
||||||
<!-- Equity Section -->
|
<!-- Equity Section -->
|
||||||
|
|||||||
Reference in New Issue
Block a user