Skip to content

Commit

Permalink
Agency: Staka LU Do not import person's notes
Browse files Browse the repository at this point in the history
TYPE: Feature
LINK: ogc-1919
  • Loading branch information
Tschuppi81 authored Nov 26, 2024
1 parent c11857a commit 7327673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/onegov/agency/data_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ def parse_person(line: 'DefaultRow') -> None:
phone=get_phone(line.isdn_nummer),
phone_direct=get_phone(line.mobil),
website=v_(get_web_address(line.internet_adresse)),
notes=v_(line.bemerkungen),
location_address=v_(line.adresse),
location_code_city=v_(get_plz_city(line.plz, line.ort)),
access='public'
Expand Down

0 comments on commit 7327673

Please sign in to comment.