mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Removed unnecessary comments
This commit is contained in:
parent
3542ee220d
commit
9daec6dbfa
1 changed files with 0 additions and 5 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue