diff --git a/smash/web/importer/csv_tns_visit_import_reader.py b/smash/web/importer/csv_tns_visit_import_reader.py
index 9032daf276924f715ec5692f904225ac2853d19f..ae9501c06abab72ef192b80056a2fb23e3aa1d11 100644
--- a/smash/web/importer/csv_tns_visit_import_reader.py
+++ b/smash/web/importer/csv_tns_visit_import_reader.py
@@ -197,13 +197,17 @@ class TnsCsvVisitImportReader:
             if text == 'lab-ketterthill-30':
                 text = 'Ketterthill, 29, rue Cents , 1319, Luxembourg'
             if text == 'lab-ketterthill-31':
-                text = 'Ketterthill, 155, rue Lucien Salentiny , 9080, Ettelbruck'
+                text = 'Ketterthill, 155, 26-30, av. J.-F. Kennedy , 9080, Ettelbruck'
             if text == 'lab-ketterthill-32':
                 text = 'Ketterthill, 12, rue G.-D. Charlotte , 7520, Mersch'
             if text == 'lab-ketterthill-33':
                 text = 'Ketterthill, 18, rue de la Piscine , 8508, Redange-sur-Atert'
             if text == 'lab-ketterthill-34':
                 text = 'Ketterthill, 19, rue Grande-Duchesse Charlotte , 9515, Wiltz'
+            if text == 'lab-bionext-35':
+                text = 'BioneXt, 18 Rue Lentz, 3509, Dudelange'
+            if text == 'lab-bionext-36':
+                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'
         locations = Location.objects.filter(name=text)