Index: APPS/Halux/PPS/impl/UitvoeringInfoInvuller.cls.xml =================================================================== diff -u -r74468 -r74585 --- APPS/Halux/PPS/impl/UitvoeringInfoInvuller.cls.xml (.../UitvoeringInfoInvuller.cls.xml) (revision 74468) +++ APPS/Halux/PPS/impl/UitvoeringInfoInvuller.cls.xml (.../UitvoeringInfoInvuller.cls.xml) (revision 74585) @@ -30,9 +30,13 @@ Set UitvoeringInfo.ToeleveringID = Item.ToeleveringID Set UitvoeringInfo.ToeleveringLijnID = Item.ToeleveringLijnID Set UitvoeringInfo.TotaalAantal = Item.TotaalAantal - Set UitvoeringInfo.ProductID = Item.ProductID - #dim Product As DOM.PM.MaatwerkProduct = ..ProductTypeAPI.GeefMaatwerkProduct(Item.ProductID) - Set UitvoeringInfo.DossierCode = Product.GeefDossierCode() + Set UitvoeringInfo.ProductID = Item.ProductID + If $$$Not(..ProductTypeAPI.IsTabletlade(Item.ProductID)){ + #dim Product As DOM.PM.MaatwerkProduct = ..ProductTypeAPI.GeefMaatwerkProduct(Item.ProductID) + Set UitvoeringInfo.DossierCode = Product.GeefDossierCode() + } Else { + Set UitvoeringInfo.DossierCode = "DummyDossierCode" + } Set UitvoeringInfo.IsRework = IsRework Set UitvoeringInfo.StapelAfbeelding = Item.StapelAfbeelding ]]>