Index: VoorraadBeheerTAOR/VoorraadBeheerTAOR/Mappers/ExelDocMapper.vb =================================================================== diff -u -r1513 -r2419 --- VoorraadBeheerTAOR/VoorraadBeheerTAOR/Mappers/ExelDocMapper.vb (.../ExelDocMapper.vb) (revision 1513) +++ VoorraadBeheerTAOR/VoorraadBeheerTAOR/Mappers/ExelDocMapper.vb (.../ExelDocMapper.vb) (revision 2419) @@ -60,9 +60,9 @@ xlWorkSheet.Cells(i + aantalLijnen, 2) = lijst(1) xlWorkSheet.Cells(i + aantalLijnen, 3) = lijst(2) If plaats = VoorraadPlaats.Extern Then - xlWorkSheet.Cells(i + aantalLijnen, 2).interior.color = Configs.GeefKleurBijMateriaalEnAantalVoorraadPlaats1(lijst(2), lijst(1)) - Else xlWorkSheet.Cells(i + aantalLijnen, 2).interior.color = Configs.GeefKleurBijMateriaalEnAantalVoorraadPlaats3(lijst(2), lijst(1)) + Else + xlWorkSheet.Cells(i + aantalLijnen, 2).interior.color = Configs.GeefKleurBijMateriaalEnAantalVoorraadPlaats1(lijst(2), lijst(1)) End If Next