Index: ActiviteitenOpvolging/ProductiePitching/mappers/CacheMapper.vb =================================================================== diff -u -r1759 -r1764 --- ActiviteitenOpvolging/ProductiePitching/mappers/CacheMapper.vb (.../CacheMapper.vb) (revision 1759) +++ ActiviteitenOpvolging/ProductiePitching/mappers/CacheMapper.vb (.../CacheMapper.vb) (revision 1764) @@ -112,7 +112,7 @@ Dim workItem As New WorkItem 'Fill with values. With workItem - .BatchVisual = ExtractItemFromDataReader(CacheDataReader, "BatchVisual", 0) + .BatchVisual = ExtractItemFromDataReader(CacheDataReader, "BatchVisual", String.Empty) .DeliverToResource = ExtractItemFromDataReader(CacheDataReader, "Naar", String.Empty) .ProductGroup = ExtractItemFromDataReader(CacheDataReader, "Productgroep", String.Empty) .Remark = ExtractItemFromDataReader(CacheDataReader, "Opmerking", String.Empty)