mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +02:00
eliminating unnecessary bill type
This commit is contained in:
parent
4a84ca6d04
commit
f8d85d52fc
1 changed files with 1 additions and 3 deletions
|
@ -77,10 +77,8 @@ class Project(db.Model):
|
|||
bill_types = [
|
||||
("Expense", "Expense"),
|
||||
("Reimbursment", "Reimbursment"),
|
||||
("Refund", "Refund"),
|
||||
("Transfer", "Transfer"),
|
||||
("Payment", "Payment"),
|
||||
]
|
||||
]
|
||||
|
||||
@property
|
||||
def _to_serialize(self):
|
||||
|
|
Loading…
Reference in a new issue