Index: BL/PPS/TBX/DocsV1/ProboxInhoudEtiketGenerator.cls.xml =================================================================== diff -u -r69502 -r69503 --- BL/PPS/TBX/DocsV1/ProboxInhoudEtiketGenerator.cls.xml (.../ProboxInhoudEtiketGenerator.cls.xml) (revision 69502) +++ BL/PPS/TBX/DocsV1/ProboxInhoudEtiketGenerator.cls.xml (.../ProboxInhoudEtiketGenerator.cls.xml) (revision 69503) @@ -96,7 +96,8 @@ Set ProboxInhoudLabel.VerzendingWijze = Order.GeefVerzendingWijze() Set ProboxInhoudLabel.KlantOrderNummer = "" - If (##class(APPS.common.impl.KlantInstellingenService).%New().GebruiktKlantOrderNummer(Partij.GeefID())) { + #dim KlantInstellingenService As APPS.common.KlantInstellingenService = ##class(APPS.ApplicatieContext).Instance().GeefOrderVerwerkingAPI().GeefKlantInstellingenService() + If (KlantInstellingenService.GebruiktKlantOrderNummer(Partij.GeefID())) { #dim DocRef As DOM.VKP.DocumentReferenties = Order.GeefDocumentReferenties() Set ProboxInhoudLabel.KlantOrderNummer = DocRef.KlantOrderNummer }