GWM : tracker issue

This commit is contained in:
Smart 2024-10-04 11:50:24 +05:30
parent a7087f3849
commit 044b3cdd4d

View File

@ -464,16 +464,16 @@
<th colspan="20"></th>
<th>Total</th>
<th id="monthloan" style="text-align:right;">
<?php echo isset($totalmonthloan) ? array_sum($totalmonthloan) : ''; ?>
<?php echo isset($totalmonthloan) ? number_format(array_sum($totalmonthloan), 2) : ''; ?>
</th>
<th id="other" style="text-align:right;">
<?php echo isset($totalotherDet) ? array_sum($totalotherDet) : ''; ?>
<?php echo isset($totalotherDet) ? number_format(array_sum($totalotherDet), 2) : ''; ?>
</th>
<th id="fest" style="text-align:right;">
<?php echo isset($totalfestival) ? array_sum($totalfestival) : ''; ?>
<?php echo isset($totalfestival) ? number_format(array_sum($totalfestival), 2) : ''; ?>
</th>
<th id="estsal" style="text-align:right;">
<?php echo isset($estTotal) ? array_sum($estTotal) : ''; ?>
<?php echo isset($estTotal) ? number_format(array_sum($estTotal), 2) : ''; ?>
</th>
</tr>
</tfoot>