Removed 'Transfer' bill type

This commit is contained in:
Tom Roussel 2024-03-02 17:23:12 +01:00
parent 49286448ec
commit 33b8cafb3e

View file

@ -54,7 +54,6 @@ make_versioned(
class BillType(Enum):
EXPENSE = "Expense"
REIMBURSEMENT = "Reimbursement"
TRANSFER = "Transfer"
@classmethod
def choices(cls):