mirror of https://github.com/itflow-org/itflow
Bug - Liabilities is showing Assets total
This commit is contained in:
parent
d63da07122
commit
3e96751bf0
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue