Skip to content

Commit

Permalink
Removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRoussel committed Mar 10, 2024
1 parent 3542ee2 commit 9daec6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ihatemoney/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9daec6d

Please sign in to comment.