Selaa lähdekoodia

Added Job Style link to constructor again.

Kenric Nugteren 2 vuotta sitten
vanhempi
commit
639187e128
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      prs.classes/Entities/Job/Job.cs

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

@@ -151,6 +151,7 @@ namespace Comal.Classes
             Notes = new string[] { };
             Customer.Account.PropertyChanged += Account_PropertyChanged;
             Customer.Delivery.PropertyChanged += Delivery_PropertyChanged;
+            Style = new ProductStyleLink();
         }