Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Merge requests
!247
updated locations. Changed lab-ketterthill-31, added lab-bionext-35 and lab-bionext-36
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
updated locations. Changed lab-ketterthill-31, added lab-bionext-35 and lab-bionext-36
locations_change
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Carlos Vega
requested to merge
locations_change
into
master
5 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
010876ef
1 commit,
5 years ago
1 file
+
5
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
smash/web/importer/csv_tns_visit_import_reader.py
+
5
−
1
Options
@@ -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 Salentin
y , 9080, Ettelbruck
'
text
=
'
Ketterthill, 155,
26-30, av. J.-F. Kenned
y , 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