Skip to content

Commit 8e9b6c4

Browse files
committed
fix: missing parrent phone field
1 parent f827824 commit 8e9b6c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/modules/staff-export/staff-export.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export class StaffExportService {
162162
{ header: "Food Allergy", key: "std_info_food_allergy" },
163163
{ header: "Parent Name", key: "std_info_parent_fullname" },
164164
{ header: "Parent Relation", key: "std_info_parent_relation" },
165+
{ header: "Parent Phone Number", key: "std_info_parent_phone_number" },
165166

166167
{ header: "Have participated before", key: "std_info_have_participated" },
167168
{ header: "Have laptop", key: "std_info_have_laptop" },

0 commit comments

Comments
 (0)