Explorar o código

Obsoleted Job StyleLink

Kenric Nugteren %!s(int64=2) %!d(string=hai) anos
pai
achega
fe64e8ce43
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      prs.classes/Entities/Job/Job.cs

+ 1 - 2
prs.classes/Entities/Job/Job.cs

@@ -103,7 +103,7 @@ namespace Comal.Classes
         public TimeSpan LabourHours { get; set; }
 
         [NullEditor]
-        [Obsolete("Why does this even exist?")]
+        [Obsolete("Why does this even exist?", true)]
         public ProductStyleLink Style { get; set; }
 
         [NullEditor]
@@ -151,7 +151,6 @@ namespace Comal.Classes
             Notes = new string[] { };
             Customer.Account.PropertyChanged += Account_PropertyChanged;
             Customer.Delivery.PropertyChanged += Delivery_PropertyChanged;
-            Style = new ProductStyleLink();
         }