Index: zTryout/JWI/GLS/Tryout.cls.xml =================================================================== diff -u -r40368 -r40511 --- zTryout/JWI/GLS/Tryout.cls.xml (.../Tryout.cls.xml) (revision 40368) +++ zTryout/JWI/GLS/Tryout.cls.xml (.../Tryout.cls.xml) (revision 40511) @@ -47,7 +47,7 @@ Set Computernaam = ##class(TECH.StringUtils).ToUpper(Computernaam) #dim LabelPrinter As APPS.common.Print.LabelPrinter = ##class(APPS.ApplicatieContext).Instance().GeefPrintAPI().GeefLabelPrinter("TRANSP_DI1",Computernaam) - Set EtiketBouwerResponseVisitor = ##class(APPS.TRANSP.GLS.impl.EtiketBouwerResponseVisitor).%New() + Set EtiketBouwerResponseVisitor = ##class(APPS.TRANSP.GLS.GLSv1.impl.EtiketBouwerResponseVisitor).%New() Do Response.Accept(EtiketBouwerResponseVisitor) #dim Etiket As BL.Sys.pxLabel = EtiketBouwerResponseVisitor.GeefEtiket()