This commit is contained in:
@@ -3275,7 +3275,7 @@ namespace AyaNova.Biz
|
||||
{
|
||||
EventType = NotifyEventType.OutsideServiceOverdue,
|
||||
UserId = sub.UserId,
|
||||
AyaType = AyaType.WorkOrderItemScheduledUser,
|
||||
AyaType = AyaType.WorkOrderItemOutsideService,
|
||||
ObjectId = oProposed.Id,
|
||||
NotifySubscriptionId = sub.Id,
|
||||
EventDate = (DateTime)oProposed.ETADate,
|
||||
@@ -3308,7 +3308,7 @@ namespace AyaNova.Biz
|
||||
{
|
||||
EventType = NotifyEventType.OutsideServiceReceived,
|
||||
UserId = sub.UserId,
|
||||
AyaType = AyaType.WorkOrderItemScheduledUser,
|
||||
AyaType = AyaType.WorkOrderItemOutsideService,
|
||||
ObjectId = oProposed.Id,
|
||||
NotifySubscriptionId = sub.Id,
|
||||
Name = $"{WorkorderInfo.Serial.ToString()}"
|
||||
@@ -3349,7 +3349,7 @@ namespace AyaNova.Biz
|
||||
{
|
||||
EventType = NotifyEventType.OutsideServiceOverdue,
|
||||
UserId = sub.UserId,
|
||||
AyaType = AyaType.WorkOrderItemScheduledUser,
|
||||
AyaType = AyaType.WorkOrderItemOutsideService,
|
||||
ObjectId = oProposed.Id,
|
||||
NotifySubscriptionId = sub.Id,
|
||||
EventDate = (DateTime)oProposed.ETADate,
|
||||
@@ -3383,7 +3383,7 @@ namespace AyaNova.Biz
|
||||
{
|
||||
EventType = NotifyEventType.OutsideServiceReceived,
|
||||
UserId = sub.UserId,
|
||||
AyaType = AyaType.WorkOrderItemScheduledUser,
|
||||
AyaType = AyaType.WorkOrderItemOutsideService,
|
||||
ObjectId = oProposed.Id,
|
||||
NotifySubscriptionId = sub.Id,
|
||||
Name = $"{WorkorderInfo.Serial.ToString()}"
|
||||
|
||||
Reference in New Issue
Block a user