فهرست منبع

Removed Setoutlink being required on Manufacturing packet

Kenric Nugteren 6 روز پیش
والد
کامیت
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>