fix skit2

This commit is contained in:
hafifierahman
2021-03-02 09:45:16 +08:00
parent 3dde0f030c
commit 2fc0f916b8
7 changed files with 59 additions and 18 deletions
+1 -1
View File
@@ -181,7 +181,7 @@
<!-- small box -->
<div class="small-box bg-primary">
<div class="inner">
<h3>RM {{ number_format($komuditicheck['unit_komuditi'],2) }}</h3>
<h3>RM {{ ($komuditicheck) ? number_format($komuditicheck['unit_komuditi'],2) : '0.00' }}</h3>
<p>Baki Komuditi</p>
</div>
@@ -40,7 +40,7 @@
<th>No K/P</th>
<th>No Rujukan</th>
<th>Pembiayaan (RM)</th>
<th>Upah (RM)</th>
<th>Keuntungan (RM)</th>
<th>Bayaran (RM)</th>
</tr>
</thead>
@@ -115,8 +115,8 @@
gadai[0][0]['nokp'],
tebus['norujukan'],
tebus['pinjaman'],
tebus['upahasal'],
''
tebus['bakiupah'],
tebus['bakipjm']
]).draw();
}
});