Skip to content

Commit b457c47

Browse files
authored
fix: missing parrent phone field (#77)
2 parents f827824 + 8e9b6c4 commit b457c47

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)