Skip to content

Commit

Permalink
Add "Not Guilty - Jury" to Portal not guilty disposition methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Drabenstott committed Sep 5, 2024
1 parent c8a3152 commit 505dfe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dear_petition/petition/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@

PORTAL_DISPOSITION_METHODS_NOT_GUILTY = (
"District Not Guilty - Judge",
"Superior Not Guilty - Judge"
"Superior Not Guilty - Judge",
"Not Guilty - Jury"
)

PORTAL_DISPOSITION_METHODS_CONVICTED = (
Expand Down

0 comments on commit 505dfe1

Please sign in to comment.