From e91c1ff4e8cafe293a81d7c0ba96ecbae8774cc8 Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Tue, 20 Feb 2024 17:27:55 +0700 Subject: [PATCH] find error 17 --- Http/Controllers/KonfirmasiBankController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Http/Controllers/KonfirmasiBankController.php b/Http/Controllers/KonfirmasiBankController.php index 59c0b8c..86ae2d7 100644 --- a/Http/Controllers/KonfirmasiBankController.php +++ b/Http/Controllers/KonfirmasiBankController.php @@ -205,7 +205,7 @@ $ListPinjaman =$ViewAccount->getPinjaman($request['cus_no'],$arrAccount , $dateCore )->get(); $ListLimits = $ViewAccount->getLimit($request['cus_no'],$request['periode']); - $fasilitas = Fasilitas::where('nomor_cif',$request['cus_no'] )->where('status',1)->get(); + //$fasilitas = Fasilitas::where('nomor_cif',$request['cus_no'] )->where('status',1)->get(); $signer = Signer::where('id', $request['signer'])->where('status',1)->get(); $currentDate = Carbon::now();