diff --git a/src/collections/customer-item/customer-item-generate-report.operation.ts b/src/collections/customer-item/customer-item-generate-report.operation.ts index 9ab482f7..f2e83eee 100644 --- a/src/collections/customer-item/customer-item-generate-report.operation.ts +++ b/src/collections/customer-item/customer-item-generate-report.operation.ts @@ -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", },