upade controller konfbank
This commit is contained in:
@ -78,7 +78,6 @@
|
|||||||
$arrAccount = [];
|
$arrAccount = [];
|
||||||
$startDate = Carbon::parse($request->startDate);
|
$startDate = Carbon::parse($request->startDate);
|
||||||
$dateCore = $startDate->subDays(2)->format('m/d/Y');
|
$dateCore = $startDate->subDays(2)->format('m/d/Y');
|
||||||
//dd($dateCore);
|
|
||||||
|
|
||||||
|
|
||||||
$Accounts = $Account->getSearchAccount($request->cif,$arrAccount,$request->kodecabang, $dateCore)->get();
|
$Accounts = $Account->getSearchAccount($request->cif,$arrAccount,$request->kodecabang, $dateCore)->get();
|
||||||
@ -118,6 +117,7 @@
|
|||||||
$startDate = Carbon::parse($request['startDate']);
|
$startDate = Carbon::parse($request['startDate']);
|
||||||
$dateCore = $startDate->subDays(2);
|
$dateCore = $startDate->subDays(2);
|
||||||
|
|
||||||
|
|
||||||
$ViewAccount = new ViewAccount;
|
$ViewAccount = new ViewAccount;
|
||||||
$data = [];
|
$data = [];
|
||||||
$DataAccounts = [];
|
$DataAccounts = [];
|
||||||
|
Reference in New Issue
Block a user