Index: BL/FOP/Derde/AfzenderHoofdingInvuller.cls.xml =================================================================== diff -u -r73181 -r73695 --- BL/FOP/Derde/AfzenderHoofdingInvuller.cls.xml (.../AfzenderHoofdingInvuller.cls.xml) (revision 73181) +++ BL/FOP/Derde/AfzenderHoofdingInvuller.cls.xml (.../AfzenderHoofdingInvuller.cls.xml) (revision 73695) @@ -30,7 +30,7 @@ #dim URL As %String = "" #dim Klant As DOM.VKP.VanHoeckeKlant = ##class(DOM.DomeinContext).Instance().GeefVerkoopAPI().GeefKlant(NotebornKlantID) If Klant.HeeftEigenLogo(){ - Set URL = "\\192.168.1.7\Resources\Media\KlantLogos\" + Set URL = "\\Notes01\FOP\DocFamily7\Resources\Media\KlantLogos\" #dim Bestand As %String = Klant.GeefLogo() #dim Extensie As %String = ##class(TECH.StringUtils).GetLastPart(Bestand,".") Set URL = ##class(TECH.Files).AppendFile(URL,Bestand)