Skip to content
Snippets Groups Projects
Commit bb9efc2a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch 'add_new_locations' into 'master'

added new locations lab-reunis-38 lab-ketterthill-39 lab-reunis-40 lab-ketterthill-41

See merge request NCER-PD/scheduling-system!251
parents 2ac89766 66d706a6
No related branches found
No related tags found
1 merge request!251added new locations lab-reunis-38 lab-ketterthill-39 lab-reunis-40 lab-ketterthill-41
Pipeline #26750 passed
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment