This commit is contained in:
Server D3 Linksehat
2025-05-05 11:24:46 +07:00
parent 7ae6a89ff9
commit 9bc2ecac96

View File

@@ -565,7 +565,7 @@ class MemberEnrollmentService
$member_data = [
"name" => $row['name'] ?? null,
"member_id" => $row['member_id'] ?? null,
"member_id" => str_replace(" ", '',$row['member_id']) ?? null,
"payor_id" => $row['payor_id'] ?? null,
"nik" => $row['nik'] ?? null,
// "birth_date" => $row['date_of_birth'] ? date("Y-m-d",$row['date_of_birth']) : null,