diff --git a/core/models/bill.py b/core/models/bill.py
index 0fa1ae4500cbe25077e8dd34f16f1aad5aadefac..b2010b40d00e78e13e63413e204be5f0caefc788 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"),
     )