mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +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):
|
||||
EXPENSE = "Expense"
|
||||
REIMBURSEMENT = "Reimbursement"
|
||||
TRANSFER = "Transfer"
|
||||
|
||||
@classmethod
|
||||
def choices(cls):
|
||||
|
|
Loading…
Reference in a new issue