Index: BL/Prod/ImageLinkImport/BlumImagesVoorAdminImporteerder.cls.xml =================================================================== diff -u -r68288 -r68302 --- BL/Prod/ImageLinkImport/BlumImagesVoorAdminImporteerder.cls.xml (.../BlumImagesVoorAdminImporteerder.cls.xml) (revision 68288) +++ BL/Prod/ImageLinkImport/BlumImagesVoorAdminImporteerder.cls.xml (.../BlumImagesVoorAdminImporteerder.cls.xml) (revision 68302) @@ -76,8 +76,7 @@ TECH.FrequentieTabel - @@ -92,7 +91,7 @@ 1 @@ -213,7 +212,7 @@ If IsBestandValidatieNodig { #dim BestandBestaat As %Boolean = ..FileUtils.FileExists(BestandVolledigeNaam) If $$$Not(BestandBestaat) { - Do ##class(TECH.Exceptions.GeneralErrorException).Throw("Import ImagesVoorBlumProducten : Bestand '"_BestandVolledigeNaam_"' bestaat niet. Er wordt geen imageLink gekoppeld aan product '"_"..ProductId"_"'.") + Do ##class(TECH.Exceptions.GeneralErrorException).Throw("Import ImagesVoorBlumProducten : Bestand '"_BestandVolledigeNaam_"' bestaat niet. Er wordt geen imageLink gekoppeld aan product '"_"ProductId"_"'.") } }