Skip to content

Commit

Permalink
weekly billing: add 75%
Browse files Browse the repository at this point in the history
  • Loading branch information
cantsin committed Jun 5, 2024
1 parent ed614d6 commit a1f21eb
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 a1f21eb

Please sign in to comment.