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

Merge branch 'locations_change' into 'master'

updated locations. Changed lab-ketterthill-31, added lab-bionext-35 and lab-bionext-36

See merge request NCER-PD/scheduling-system!247
parents a20cbab4 010876ef
No related branches found
No related tags found
1 merge request!247updated locations. Changed lab-ketterthill-31, added lab-bionext-35 and lab-bionext-36
Pipeline #25526 passed
...@@ -197,13 +197,17 @@ class TnsCsvVisitImportReader: ...@@ -197,13 +197,17 @@ class TnsCsvVisitImportReader:
if text == 'lab-ketterthill-30': if text == 'lab-ketterthill-30':
text = 'Ketterthill, 29, rue Cents , 1319, Luxembourg' text = 'Ketterthill, 29, rue Cents , 1319, Luxembourg'
if text == 'lab-ketterthill-31': 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': if text == 'lab-ketterthill-32':
text = 'Ketterthill, 12, rue G.-D. Charlotte , 7520, Mersch' text = 'Ketterthill, 12, rue G.-D. Charlotte , 7520, Mersch'
if text == 'lab-ketterthill-33': if text == 'lab-ketterthill-33':
text = 'Ketterthill, 18, rue de la Piscine , 8508, Redange-sur-Atert' text = 'Ketterthill, 18, rue de la Piscine , 8508, Redange-sur-Atert'
if text == 'lab-ketterthill-34': if text == 'lab-ketterthill-34':
text = 'Ketterthill, 19, rue Grande-Duchesse Charlotte , 9515, Wiltz' 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': if text == 'lab-reunis-37':
text = 'Laboratoires réunis, 5, route de Trèves , 6793, Grevenmacher' text = 'Laboratoires réunis, 5, route de Trèves , 6793, Grevenmacher'
locations = Location.objects.filter(name=text) locations = Location.objects.filter(name=text)
......
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