fix sag hilang

This commit is contained in:
nurafrinaalimi16
2025-05-18 09:59:10 +08:00
parent 7718b137c7
commit 4e5d6d4d3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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,