Adjust the tarikh for laporan aliran tunai
This commit is contained in:
@@ -663,7 +663,7 @@ class AliranTunaiController extends Controller
|
||||
$teller = $auth_user['name'];
|
||||
|
||||
$bakiLelong = Http::withOptions(['verify' =>config('app.api_verify')])->get(config('api.url') . '/api/lelong/bakilelongbyteller/'.$auth_user['cawangan'],[
|
||||
'tarikh' => $tarikh_cetak
|
||||
'tarikh' => $tarikh
|
||||
])->json();
|
||||
|
||||
$tunai = Http::withOptions(['verify' => config('app.api_verify')])->get(config('api.url') . '/api/getTunaiByTarikh/',[
|
||||
|
||||
Reference in New Issue
Block a user