diff --git a/smash/web/importer/csv_tns_visit_import_reader.py b/smash/web/importer/csv_tns_visit_import_reader.py
index 4ba9eef37c2421d48809ee469bb39c379d0307f4..6afd5400ef11bdaf54a572e1aabed3a53bee359c 100644
--- a/smash/web/importer/csv_tns_visit_import_reader.py
+++ b/smash/web/importer/csv_tns_visit_import_reader.py
@@ -289,6 +289,14 @@ class TnsCsvVisitImportReader:
                 text = 'BioneXt, 54 Rue du Maréchal Foch, 1527, Luxembourg'
             if text == 'lab-reunis-37':
                 text = 'Laboratoires réunis, 5, route de Trèves , 6793, Grevenmacher'
+            if text == 'lab-reunis-38':
+                text = 'Laboratoires réunis, 22, rue des Ardennes, 1133, Bonnevoie'
+            if text == 'lab-ketterthill-39':
+                text = 'Ketterthill, 38, rue Robert Schumann, 5751, Frisange'
+            if text == 'lab-reunis-40':
+                text = 'Laboratoires réunis, 4, rue Tony Bourg, 1278, Gasperich'
+            if text == 'lab-ketterthill-41':
+                text = "Ketterthill, 143-147, route d'Arlon, 8009, Strassen"
         locations = Location.objects.filter(name=text)
         if len(locations) > 0:
             return locations[0]