This commit is contained in:
@@ -80,7 +80,11 @@ namespace AyaNova.Biz
|
||||
continue;
|
||||
|
||||
//AgeValue
|
||||
|
||||
switch(ev.EventType){
|
||||
case NotifyEventType.ObjectAge:
|
||||
case NotifyEventType.WorkorderStatusAge:
|
||||
case NotifyEventType.quote
|
||||
}
|
||||
|
||||
|
||||
//Here we know the sub matches so create the NotifyEvent here
|
||||
|
||||
@@ -37,7 +37,8 @@ namespace AyaNova.Biz
|
||||
UnitWarrantyExpiry = 25,
|
||||
UnitMeterReadingMultipleExceeded = 26,
|
||||
DefaultNotification = 27,//old quick notification, refers now to any direct text notification internal or user to user used for system notifications
|
||||
ServerOperationsProblem = 28//and serious issue with server operations requiring intervention
|
||||
ServerOperationsProblem = 28,//and serious issue with server operations requiring intervention,
|
||||
QuoteStatusAge = 29//quote stuck in same status too long
|
||||
|
||||
|
||||
//NEW ITEMS REQUIRE translation KEYS
|
||||
|
||||
Reference in New Issue
Block a user