Skip to content
Snippets Groups Projects
Commit 8f6e4d64 authored by Chris Li's avatar Chris Li
Browse files

Bugfix for bill model

parent 8441b433
No related branches found
No related tags found
No related merge requests found
......@@ -77,14 +77,13 @@ class Bill(UUIDModel):
(4, "Entertainment"),
(5, "Housing"),
(6, "Utilities"),
(7, "Other")
(7, "Other"),
(8, "Salary"),
(9, "Interest"),
(10, "Investment"),
(11, "Child benefit"),
(12, "Pension"),
(13, "Income"),
(14, "Other"),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment