瀏覽代碼

Removed Setoutlink being required on Manufacturing packet

Kenric Nugteren 2 周之前
父節點
當前提交
1876238148
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      prs.classes/Entities/Manufacturing/ManufacturingPacket/ManufacturingPacket.cs

+ 0 - 1
prs.classes/Entities/Manufacturing/ManufacturingPacket/ManufacturingPacket.cs

@@ -92,7 +92,6 @@ namespace Comal.Classes
         [LookupDefinition(typeof(SetoutLookup))]
         [EditorSequence(3)]
         [EntityRelationship(DeleteAction.Cascade)]
-        [RequiredColumn]
         public SetoutLink SetoutLink { get; set; }
 
         private class JobITPLookup : LookupDefinitionGenerator<JobITP, ManufacturingPacket>