Removed unnecessary comments

This commit is contained in:
Tom Roussel 2024-03-10 17:58:23 +01:00
parent 3542ee220d
commit 9daec6dbfa

View file

@ -853,11 +853,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 !
# form = get_billform_for(g.project, set_default=False)
# form.bill_type = ("Refund", "Refund")
# form.amount = amount
# form.payer = ower
# form.payedfor = payer
new_reinbursement = Bill(
amount=float(amount),