api settle branch implementation paid

This commit is contained in:
Vatsalya Verma 2022-12-11 17:16:27 -05:00
parent 5b042fdecc
commit 7549af52dc

View file

@ -748,7 +748,7 @@ def add_bill():
return render_template("add_bill.html", form=form)
@main.route("/<project_id>/settle", methods=["GET", "POST"])
def settle_bill():
def settle_paid():
form = get_billform_for(g.project)
if request.method == "POST":
if form.validate():