Skip to content

Commit

Permalink
Agency: Import Staka LU: Organisation mapping if only office assigned
Browse files Browse the repository at this point in the history
TYPE: Feature
LINK: ogc-1927
  • Loading branch information
Tschuppi81 authored Nov 26, 2024
1 parent 7ce0e45 commit c11857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onegov/agency/data_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def parse_person(line: 'DefaultRow') -> None:

# A person has only one membership
agency_id = (line.unterabteilung_2 or line.unterabteilung or
line.abteilung)
line.abteilung or line.dienststelle)
hi_code = v_(line.hi_code)
order = 0 if not hi_code else int(hi_code)
if agency_id:
Expand Down

0 comments on commit c11857a

Please sign in to comment.