mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Removed unnecessary FIXME
This fixme was not actually valid. I think it was mistakenly copied from web.edit_bill
This commit is contained in:
parent
f9a96b0e0d
commit
050de4e8f6
1 changed files with 0 additions and 2 deletions
|
@ -852,8 +852,6 @@ def settle_bill():
|
||||||
|
|
||||||
@main.route("/<project_id>/settle/<amount>/<int:ower_id>/<int:payer_id>")
|
@main.route("/<project_id>/settle/<amount>/<int:ower_id>/<int:payer_id>")
|
||||||
def settle(amount, ower_id, payer_id):
|
def settle(amount, ower_id, payer_id):
|
||||||
# FIXME: Test this bill belongs to this project !
|
|
||||||
|
|
||||||
new_reinbursement = Bill(
|
new_reinbursement = Bill(
|
||||||
amount=float(amount),
|
amount=float(amount),
|
||||||
date=datetime.datetime.today(),
|
date=datetime.datetime.today(),
|
||||||
|
|
Loading…
Reference in a new issue