perbaikan status survey dan pelaporan
This commit is contained in:
@@ -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()
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user