Bugs Fix Detail Realisasi Belanja Bagian AKB
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user