From 010876ef1678ac84fd679aedbcdd6a8ba892802f Mon Sep 17 00:00:00 2001 From: Carlos Vega <carlos.vega@uni.lu> Date: Sat, 18 Apr 2020 22:01:32 +0200 Subject: [PATCH] updated locations. Changed lab-ketterthill-31, added lab-bionext-35 and lab-bionext-36 --- smash/web/importer/csv_tns_visit_import_reader.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/smash/web/importer/csv_tns_visit_import_reader.py b/smash/web/importer/csv_tns_visit_import_reader.py index 9032daf2..ae9501c0 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) -- GitLab