Skip to content
Snippets Groups Projects

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

Merged Carlos Vega requested to merge locations_change into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading