diff --git a/BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs b/BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs index 695482c..43ce44a 100644 --- a/BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs +++ b/BCS.BMC/src/BCS.BMC.Web.Mvc/Controllers/NotificationController.cs @@ -81,6 +81,7 @@ namespace BCS.BMC.Web.Controllers data.Status = notification.Status; data.UserId = notification.UserId; data.CompanyId = companyDetails.Id; + data.ScheduleGenerationId = notification.ScheduleGenerationId; await db.Collection("BMC_Notification").Document().SetAsync(data); int userId = 0;