Index: APPS/common/DataService.cls.xml =================================================================== diff -u -r3486 -r4053 --- APPS/common/DataService.cls.xml (.../DataService.cls.xml) (revision 3486) +++ APPS/common/DataService.cls.xml (.../DataService.cls.xml) (revision 4053) @@ -87,8 +87,8 @@ If (##class(BL.Prod.ImageLink).HasImage(ProductID)){ Set ProductData.ProductAfbeeldingen = ##class(APPS.PM.dto.ProductAfbeeldingen).%New() - Set ProductData.ProductAfbeeldingen.VoorOpScherm = ##class(BL.Prod.ImageLink).%New().GetProductImageURL(ProductID,"PRINT") - Set ProductData.ProductAfbeeldingen.Thumbnail = ##class(BL.Prod.ImageLink).%New().GetProductImageURL(ProductID,"THUMBNAIL") + Set ProductData.ProductAfbeeldingen.VoorOpScherm = ##class(BL.Prod.ImageLink).%New().GetProductImageURL(ProductID,"FLEX") + Set ProductData.ProductAfbeeldingen.Thumbnail = ##class(BL.Prod.ImageLink).%New().GetProductImageURL(ProductID,"FLEX") } Quit ProductData