From 710dbd410ecda9d1e1e5ba9e952436913bf1055e Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Thu, 5 Oct 2023 15:26:25 +0700 Subject: [PATCH] upade controller konfbank --- 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 e56bf8e..5d9c10b 100644 --- a/Http/Controllers/KonfirmasiBankController.php +++ b/Http/Controllers/KonfirmasiBankController.php @@ -78,7 +78,6 @@ $arrAccount = []; $startDate = Carbon::parse($request->startDate); $dateCore = $startDate->subDays(2)->format('m/d/Y'); - //dd($dateCore); $Accounts = $Account->getSearchAccount($request->cif,$arrAccount,$request->kodecabang, $dateCore)->get(); @@ -118,6 +117,7 @@ $startDate = Carbon::parse($request['startDate']); $dateCore = $startDate->subDays(2); + $ViewAccount = new ViewAccount; $data = []; $DataAccounts = [];