Wrong var for currency symbol for receivables under dashboard fixed

This commit is contained in:
johnnyq 2021-11-19 20:47:24 -05:00
parent 0976a08730
commit cfd7333a1b
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ $vendors_added = $row['vendors_added'];
<h3>$<?php echo number_format($total_income,2); ?></h3>
<p>Revenue</p>
<hr>
<small>Receivables: <?php echo get_currency_symbol($config_default_currency); ?><?php echo number_format($receivables,2); ?></small>
<small>Receivables: <?php echo get_currency_symbol($session_company_currency); ?><?php echo number_format($receivables,2); ?></small>
</div>
<div class="icon">
<i class="fa fa-money-check"></i>