Skip to content

Commit

Permalink
fix: add ng bill statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
elseagle committed Aug 9, 2023
1 parent e0bd8d5 commit ca0bad8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openstates/data/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@
("hearing-held", "Public Hearing Held/Scheduled"),
("work-session", "Work Session Held/Scheduled"),
("sponsorship", "Authorship/Sponsorship Details"),
("carried-over", "Carried Over from Previous Session")
("carried-over", "Carried Over from Previous Session"),
("reported-out-of-committee", "Reported Out of Committee"),
("concurrence", "Sent For Concurrence")


)
BILL_ACTION_CLASSIFICATIONS = _keys(BILL_ACTION_CLASSIFICATION_CHOICES)
Expand Down

0 comments on commit ca0bad8

Please sign in to comment.