Skip to content

Commit

Permalink
fixed mapping of election org types
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-kennedy-ecs committed Dec 31, 2024
1 parent 0417478 commit 35ecffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/utility/csv_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def get_computed_fields(cls, **kwargs):
portfolio__isnull=False,
portfolio__organization_type__isnull=False,
is_election_board=True,
then=Concat(F("portfolio__organization_type"), Value(" - Election")),
then=Concat(F("portfolio__organization_type"), Value("_election")),
),
# When portfolio is present and is_election_board is False or None
When(
Expand Down

0 comments on commit 35ecffc

Please sign in to comment.