fix sag hilang
This commit is contained in:
@@ -2852,7 +2852,7 @@ class KhazanahController extends Controller
|
||||
event(new NotifikasiAGH($auth_user['cawangan'],'Tak boleh generate dah kerana sudah digenerate dah.','error',$auth_user['name']));
|
||||
$daftar = 400;
|
||||
}else{
|
||||
$daftarpolis = Http::withOptions(['verify' => config('app.api_verify')])->post(config('api.url').'/api/polis/create/',[
|
||||
$daftarpolis = Http::withOptions(['verify' => config('app.api_verify')])->post(config('api.url').'/api/polis/create',[
|
||||
|
||||
'kodcaw' =>$auth_user['cawangan'],
|
||||
'norujukan' => $request->norujukanhidden,
|
||||
|
||||
@@ -765,7 +765,7 @@
|
||||
}).then(function(){
|
||||
$.ajax({
|
||||
method:'put',
|
||||
url: api_url + '/api/polis/put/',
|
||||
url: api_url + '/api/polis/put',
|
||||
data: {
|
||||
'kodcaw': "{{ $cawangan_info['kodcaw'] }}",
|
||||
'norujukan': norujukan,
|
||||
|
||||
Reference in New Issue
Block a user