fix error

This commit is contained in:
KhatamNugraha
2024-03-08 10:27:32 +07:00
parent c1d6fcbcee
commit 6fbf141912
2 changed files with 3 additions and 2 deletions

View File

@ -430,6 +430,7 @@
$ListLimits = $Account->getLimit($request['cusNo'],$request['startDate2'])->get();
$fasilitas = Fasilitas::where('nomor_cif',$request['cusNo'] )->where('status',1)->get();
// dd($fasilitas);
$signer = Signer::where('id', $request['signerId'])->where('status',1)->get();
$currentDate = Carbon::now();
$tanggalIndonesia = $currentDate->locale('id')->isoFormat('D MMMM YYYY');
@ -655,4 +656,4 @@
}
}
}