Index: BL/Flow/Proxy/pxProductLijn.cls.xml =================================================================== diff -u -r48933 -r48936 --- BL/Flow/Proxy/pxProductLijn.cls.xml (.../pxProductLijn.cls.xml) (revision 48933) +++ BL/Flow/Proxy/pxProductLijn.cls.xml (.../pxProductLijn.cls.xml) (revision 48936) @@ -541,12 +541,12 @@ #dim ImageUrl As BL.FOP.Basis.pxAttribType = ..PRODUCT.ImageUrl #dim ImageFilePath As %String = "" If $IsObject(ImageUrl) { - Set ImageFilePath = ImageUrl.Content + Set ImageFilePath = ImageUrl.Content ; $ZSTRIP(ImageUrl.Content,"*C") If ImageFilePath [ "Notes01" { Set ImageFilePath = "\\Notes01\Images\" _ $P($TR(ImageUrl.Content, "/", "\"), "Notes01\Images", 2,99) } - If $$$Not(##class(TECH.File).Exists(ImageFilePath)) { - Do ##class(vhLib.Logger).%New().Warning("ControleerProductImageUrl","ImagePath is ongeldig en is aangepast. '" _ImageUrl.Content_"' --> '"_NoImageUrl_"'") + If ($$$HasLength(ImageFilePath)) && ($$$Not(##class(TECH.File).Exists(ImageFilePath))) { + Do ##class(vhLib.Logger).%New().Warning("ControleerProductImageUrl","ImagePath is ongeldig en is aangepast. '" _$$$LCVT(ImageUrl.Content)_"' --> '"_NoImageUrl_"'") Set ImageUrl.Content = NoImageUrl } }