perbaikan status survey dan pelaporan

This commit is contained in:
majid
2025-02-17 13:47:18 +07:00
parent f626aeecfe
commit 21a3f560e9
5 changed files with 33 additions and 8 deletions

View File

@@ -815,7 +815,7 @@ class SurveyorController extends Controller
// If validation passes, update permohonan status
$permohonan = Permohonan::findOrFail($id);
$permohonan->update([
'status' => 'done',
'status' => 'survey-completed',
'submitted_at' => now()
]);