fix(surveyor/so): perbaikkan back di surveyor, luas denah decimal dan revisi di so

This commit is contained in:
majid
2025-03-05 14:31:55 +07:00
committed by putrakuningan
parent 16aabd5da0
commit 3ac83aa7fe
6 changed files with 34 additions and 21 deletions

View File

@@ -891,7 +891,7 @@ class PenilaianController extends Controller
public function revisiLaporan(Request $request, $id)
{
$permohonan = Permohonan::findOrFail($id);
$permohonan = Permohonan::find($id);
$userRole = Auth::user()->roles[0]->name;
$authorization = Authorization::where('permohonan_id', $permohonan->id)