Explorar o código

Added Job Style link to constructor again.

Kenric Nugteren %!s(int64=2) %!d(string=hai) anos
pai
achega
639187e128
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
         }