소스 검색

CLASSES - Job BOM item added packetlink to Init()

Nick-PRSDigital@bitbucket.org 2 년 전
부모
커밋
4b083debfd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      prs.classes/Entities/Job/JobBillOfMaterialsItem.cs

+ 1 - 0
prs.classes/Entities/Job/JobBillOfMaterialsItem.cs

@@ -63,6 +63,7 @@ namespace Comal.Classes
             Style = new ProductStyleLink();
             PurchaseOrderItem = new PurchaseOrderItemLink();
             Supplier = new SupplierLink();
+            Packet = new ManufacturingPacketLink();
         }
         
         static JobBillOfMaterialsItem()