Skip to content
Snippets Groups Projects

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

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