Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator.cls.xml =================================================================== diff -u -r71684 -r71757 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator.cls.xml (.../ToeleveringAantalRollenOptiesGenerator.cls.xml) (revision 71684) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator.cls.xml (.../ToeleveringAantalRollenOptiesGenerator.cls.xml) (revision 71757) @@ -61,14 +61,14 @@ While (ProductLijnIterator.HasNext()) { #dim ProductLijn As DOM.AKP.ProductToeleveringLijn = ProductLijnIterator.Next() - ;Try { + Try { Do ..BepaalAantallenVoorProduct(.AantallenPerRol, ProductLijn) - /*} Catch { + } Catch { #dim GecatchteException As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() Set NewException = ##class(TECH.Exceptions.GeneralErrorException).%New("Fout bij GeefToeleveringProductInfoVoorObjective voor Toelevering '"_Toelevering.GeefID() _"' en Product ID '"_ProductLijn.GeefProductID()_"'.") Do NewException.VoegToeInnerExceptie(GecatchteException) Do ##class(TECH.ExceptionHandler).Throw(NewException) - }*/ + } } Quit AantallenPerRol