Skip to content

Commit

Permalink
Add a success message when adding an automatic settlement bill
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jonglez authored and zorun committed Apr 27, 2024
1 parent 4e7496e commit 9ef46e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ihatemoney/web.py
Expand Up @@ -866,6 +866,7 @@ def settle(amount, ower_id, payer_id):
db.session.add(new_reinbursement)
db.session.commit()

flash(_("Settlement bill has been successfully added"), category="success")
return redirect(url_for(".settle_bill"))


Expand Down

0 comments on commit 9ef46e2

Please sign in to comment.