fix
This commit is contained in:
@@ -3623,7 +3623,8 @@ class KhazanahController extends Controller
|
||||
'tarikhmohon' => $request->tarikhmohon,
|
||||
'bakipetibesi' => $request->bakipetibesi,
|
||||
'outstanding' => $request->outstanding,
|
||||
'namapemohon' => $auth_user['name']
|
||||
'namapemohon' => $auth_user['name'],
|
||||
'jawatanpemohon' => $auth_user['roles']
|
||||
])->json();
|
||||
|
||||
if($permohonan == true)
|
||||
|
||||
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user