Explorar el Código

CLASSES - Job BOM item added packetlink to Init()

Nick-PRSDigital@bitbucket.org hace 2 años
padre
commit
4b083debfd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()