소스 검색

Removed Setoutlink being required on Manufacturing packet

Kenric Nugteren 1 주 전
부모
커밋
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>