mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
Removed 'Transfer' bill type
This commit is contained in:
parent
49286448ec
commit
33b8cafb3e
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ make_versioned(
|
||||||
class BillType(Enum):
|
class BillType(Enum):
|
||||||
EXPENSE = "Expense"
|
EXPENSE = "Expense"
|
||||||
REIMBURSEMENT = "Reimbursement"
|
REIMBURSEMENT = "Reimbursement"
|
||||||
TRANSFER = "Transfer"
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def choices(cls):
|
def choices(cls):
|
||||||
|
|
Loading…
Reference in a new issue