Index: BL/Flow/Proxy/pxProductLijn.cls.xml =================================================================== diff -u -r48936 -r48986 --- BL/Flow/Proxy/pxProductLijn.cls.xml (.../pxProductLijn.cls.xml) (revision 48936) +++ BL/Flow/Proxy/pxProductLijn.cls.xml (.../pxProductLijn.cls.xml) (revision 48986) @@ -541,7 +541,7 @@ #dim ImageUrl As BL.FOP.Basis.pxAttribType = ..PRODUCT.ImageUrl #dim ImageFilePath As %String = "" If $IsObject(ImageUrl) { - Set ImageFilePath = ImageUrl.Content ; $ZSTRIP(ImageUrl.Content,"*C") + Set ImageFilePath = $ZSTRIP(ImageUrl.Content,"*C") If ImageFilePath [ "Notes01" { Set ImageFilePath = "\\Notes01\Images\" _ $P($TR(ImageUrl.Content, "/", "\"), "Notes01\Images", 2,99) }