瀏覽代碼

Added Job Style link to constructor again.

Kenric Nugteren 2 年之前
父節點
當前提交
639187e128
共有 1 個文件被更改,包括 1 次插入0 次删除
  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();
         }