Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
feat(customer-item-report): add guardian info
Browse files Browse the repository at this point in the history
AdrianAndersen committed Oct 10, 2024
1 parent e3d60f9 commit c171e2f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -142,6 +142,9 @@ export class CustomerItemGenerateReportOperation implements Operation {
email: { $first: "$customerInfo.email" },
phone: { $first: "$customerInfo.phone" },
dob: { $first: "$customerInfo.dob" },
guardianEmail: { $first: "$customerInfo.guardian.email" },
guardianPhone: { $first: "$customerInfo.guardian.phone" },
guardianName: { $first: "$customerInfo.guardian.name" },
comments: 1,
pivot: "1",
},

0 comments on commit c171e2f

Please sign in to comment.