This commit is contained in:
hafifierahman
2022-06-07 10:50:17 +08:00
parent 3ea5878eb9
commit 2506c59b1f
2 changed files with 3 additions and 2 deletions
@@ -72,7 +72,7 @@
@php
if($mohon['tagdeposit'] === 1)
{
echo '<button data-amaun="' . $mohon["amaun_mohon"] . '" data-mohonid="' . $mohon["nopermohonan"] . '" id="btnterima" class="btn btn-success"><i class="fas fa-check"></i></button>';
echo '<button data-amaun="' . $mohon["jumlah_diluluskan"] . '" data-mohonid="' . $mohon["nopermohonan"] . '" id="btnterima" class="btn btn-success"><i class="fas fa-check"></i></button>';
}else if(($mohon['tagcit'] === 0 && $mohon['jenismohon'] === 'bayaranbalik'))
{
echo '<button data-mohonid="' . $mohon["nopermohonan"] . '" id="btncit" class="btn btn-secondary" data-toggle="modal" data-backdrop="static" data-keyboard="false" data-target="#CITModal">CIT</button>';