From 8f6e4d642a12d3ffbb202d0cbe35daf72f1ae4c0 Mon Sep 17 00:00:00 2001 From: Chris Li <c58li@uwaterloo.ca> Date: Thu, 6 Apr 2023 17:01:55 -0400 Subject: [PATCH] Bugfix for bill model --- core/models/bill.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/models/bill.py b/core/models/bill.py index 0fa1ae4..b2010b4 100644 --- a/core/models/bill.py +++ b/core/models/bill.py @@ -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"), ) -- GitLab