Browse Source

Added Job Style link to constructor again.

Kenric Nugteren 2 years ago
parent
commit
639187e128
1 changed files with 1 additions and 0 deletions
  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();
         }