Skip to content

Commit

Permalink
Merge pull request #1764 from 18F/weekly-billing-75
Browse files Browse the repository at this point in the history
weekly billing: add 75% as an option
  • Loading branch information
cantsin authored Jun 10, 2024
2 parents ed614d6 + a1f21eb commit 5761d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tock/tock/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
PROJECT_ALLOCATION_CHOICES = (
(0, "---"),
(1.0, "100%"),
(0.75, "75%"),
(0.5, "50%"),
(0.25, "25%"),
(0.125, "12.5%")
Expand Down

0 comments on commit 5761d66

Please sign in to comment.