DONE: fix bug where register attendance is not appear

This commit is contained in:
ISMAIL MASSERAN
2026-04-19 12:14:53 +08:00
parent 317f1fa4fd
commit bf24b194b3
3 changed files with 4 additions and 3 deletions
@@ -65,7 +65,7 @@ class SyncApplicableVotersController extends Controller
}
$new = $template->replicate();
$new->election_id = $electionId;
$new->kehadiran = null;
$new->kehadiran = 0;
$new->fizikal_registration_verified_at = null;
$new->persetujuan = null;
$new->status_penyata = 'DRAF';