Index: BL/Legacy/HADWIZ.cls.xml =================================================================== diff -u -r68226 -r69788 --- BL/Legacy/HADWIZ.cls.xml (.../HADWIZ.cls.xml) (revision 68226) +++ BL/Legacy/HADWIZ.cls.xml (.../HADWIZ.cls.xml) (revision 69788) @@ -227,21 +227,7 @@ Do ..KopieerBestand(KaderdeurDetailbladPdf,BestandLocatie) } Else { - #dim Applicatie As %String = "HADWIZ.ProductDetailBlad" - Set OmleidingNaarDotNetHelper = ##class(DOM.PM.Maatwerk.Calc.Common.impl.OmleidingNaarDotNetHelper).%New() - Do OmleidingNaarDotNetHelper.ZetRuntimeContextApplicatie(Applicatie) - ;Do OmleidingNaarDotNetHelper.ZetOmleidingActiefVoorLbx(Applicatie) - - Try { - Do ProductieDetailBladService.BewaarPDF(InputParameters,BestandLocatie) - } - Catch { - #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() - Do OmleidingNaarDotNetHelper.ResetOmleidingActiefVoorLbx(Applicatie) - Do ##class(TECH.ExceptionHandler).Throw(Exception) - } - - Do OmleidingNaarDotNetHelper.ResetOmleidingActiefVoorLbx(Applicatie) + do ProductieDetailBladService.BewaarPDF(InputParameters,BestandLocatie) } #dim BestandLocatieAlsUrl As %String = WebServerUrlBepaler.GeefUrl(Bestand)