Removed unnecessary FIXME

This fixme was not actually valid. I think it was mistakenly copied from
web.edit_bill
This commit is contained in:
Tom Roussel 2024-03-30 19:41:45 +01:00 committed by zorun
parent f9a96b0e0d
commit 050de4e8f6

View file

@ -852,8 +852,6 @@ def settle_bill():
@main.route("/<project_id>/settle/<amount>/<int:ower_id>/<int:payer_id>")
def settle(amount, ower_id, payer_id):
# FIXME: Test this bill belongs to this project !
new_reinbursement = Bill(
amount=float(amount),
date=datetime.datetime.today(),