From 66d706a69a0258ea29df42b91911168d6a43ea6a Mon Sep 17 00:00:00 2001 From: Carlos Vega <carlos.vega@uni.lu> Date: Mon, 4 May 2020 15:00:34 +0200 Subject: [PATCH] added new locations lab-reunis-38 lab-ketterthill-39 lab-reunis-40 lab-ketterthill-41 --- smash/web/importer/csv_tns_visit_import_reader.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/smash/web/importer/csv_tns_visit_import_reader.py b/smash/web/importer/csv_tns_visit_import_reader.py index 4ba9eef3..6afd5400 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] -- GitLab