Bugs Fix Detail Realisasi Belanja Bagian AKB

This commit is contained in:
Izuddin
2024-02-12 15:03:04 +07:00
parent ab3367e347
commit c91dc616ba
3 changed files with 120 additions and 3 deletions
@@ -21,6 +21,7 @@
<tbody>
<?php
$totalAKB = 0; $totalBKU = 0;
if ($vwAKB){
foreach(GetBulan() as $key=>$bulan){ ?>
<tr>
<td>{{ $bulan }}</td>
@@ -30,7 +31,9 @@
<?php
$totalAKB+=floatVal($vwAKB["v_akb_".substr("00".($key+1),-2)]);
$totalBKU+=floatVal($vwAKB["v_bku_".substr("00".($key+1),-2)]);
} ?>
}}else{ ?>
<tr style="text-align: center;"><td colspan="3">Data Tidak Ditemukan</td></tr>
<?php } ?>
</tbody>
</table>
</div>