From 326717facb7c0d47852aa54cd9d7495855f6a93b Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Wed, 28 Feb 2024 11:23:35 +0700 Subject: [PATCH] find error 45 --- Http/Controllers/KonfirmasiBankController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Http/Controllers/KonfirmasiBankController.php b/Http/Controllers/KonfirmasiBankController.php index c1c0a8a..9b25b24 100644 --- a/Http/Controllers/KonfirmasiBankController.php +++ b/Http/Controllers/KonfirmasiBankController.php @@ -457,11 +457,13 @@ $ViewAccount = new ViewAccount; $listAccount = $ViewAccount->getAccount($request['cus_no'],$arrAccount,$request['kode_cabang'], $dateCore)->get(); $data = []; - + $Arrangement = []; foreach ($listAccount as $key1 => $account) { //$Arrangement = $ViewAccount->getAAaccount($account->CUSTOMER_NO,$account->ACCOUNT_NUMBER); $Arrangement = $ViewAccount->getAAaccount($request['cus_no'] , $account->ACCOUNT_NUMBER)->first(); + dd(count($Arrangement)); + // $months = '';