This commit is contained in:
2021-01-04 16:10:13 +00:00
parent babe8ed613
commit 0786074944
6 changed files with 36 additions and 44 deletions

View File

@@ -62,15 +62,15 @@ todo: Consider adding latitude / longitude to wo, quote, pm objects
public List<WorkOrderItem> Items { get; set; }
[NotMapped, JsonIgnore]
public string Name
{
//Used by notification processor
get
{
return this.Serial.ToString();
}
}
// [NotMapped, JsonIgnore]
// public string Name
// {
// //Used by notification processor
// get
// {
// return this.Serial.ToString();
// }
// }
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.WorkOrder; }