diff --git a/server/AyaNova/models/WorkOrder.cs b/server/AyaNova/models/WorkOrder.cs index d2486a7d..69192e1f 100644 --- a/server/AyaNova/models/WorkOrder.cs +++ b/server/AyaNova/models/WorkOrder.cs @@ -7,14 +7,6 @@ using AyaNova.Biz; namespace AyaNova.Models { - /* - - - todo: Consider adding latitude / longitude to wo, quote, pm objects - can copy over from the unit or customer or set themselves - and can always hide - means wo could be scheduled for ad-hoc locations and serviced that way, i.e. a truck parked on the side of the highway etc - */ public class WorkOrder : ICoreBizObjectModel { public long Id { get; set; }