Parcourir la source

Added Job Style link to constructor again.

Kenric Nugteren il y a 2 ans
Parent
commit
639187e128
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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();
         }