Skip to content
Snippets Groups Projects
Commit 1fec0227 authored by piotr.gawron's avatar piotr.gawron
Browse files

lab ids added

parent bb9efc2a
No related branches found
No related tags found
1 merge request!252Tns lab ids updated
...@@ -297,6 +297,15 @@ class TnsCsvVisitImportReader: ...@@ -297,6 +297,15 @@ class TnsCsvVisitImportReader:
text = 'Laboratoires réunis, 4, rue Tony Bourg, 1278, Gasperich' text = 'Laboratoires réunis, 4, rue Tony Bourg, 1278, Gasperich'
if text == 'lab-ketterthill-41': if text == 'lab-ketterthill-41':
text = "Ketterthill, 143-147, route d'Arlon, 8009, Strassen" text = "Ketterthill, 143-147, route d'Arlon, 8009, Strassen"
if text == 'lab-reunis-42':
text = 'Laboratoires réunis, 31, route de Luxembourg, 7240, Bereldange'
if text == 'lab-reunis-43':
text = 'Laboratoires réunis, 11, rue de Peppange, 3270, Bettembourg'
if text == 'lab-reunis-44':
text = 'Laboratoires réunis, 3, Suebelwee, 5685, Dalheim'
if text == 'lab-reunis-45':
text = 'Laboratoires réunis, 1, rue des Glacis, 1628, Luxembourg, Glacis'
locations = Location.objects.filter(name=text) locations = Location.objects.filter(name=text)
if len(locations) > 0: if len(locations) > 0:
return 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