Merge pull request #3 from FlowingCloudRTL/rui-dev

eliminating unnecessary bill type
This commit is contained in:
Ruitao Li 2022-12-12 16:32:55 -05:00 committed by GitHub
commit e13f9152e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,9 +77,7 @@ class Project(db.Model):
bill_types = [
("Expense", "Expense"),
("Reimbursment", "Reimbursment"),
("Refund", "Refund"),
("Transfer", "Transfer"),
("Payment", "Payment"),
]
@property