fix(surveyor) :hilakan tobol save luas tanah, bagunna, ubah message ke keterangan

This commit is contained in:
majid
2025-03-07 13:40:33 +07:00
parent 426ca5ebb2
commit 50ce815ac1
5 changed files with 9 additions and 9 deletions

View File

@@ -1698,7 +1698,7 @@ class PenilaiController extends Controller
$permohonan->update([
'status' => 'revisi-survey',
'keterangan' => $request->message,
'keterangan' => $request->keterangan,
'submitted_at' => now()
]);