mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Add a success message when adding an automatic settlement bill
This commit is contained in:
parent
eef67cf84c
commit
a9df71bd53
1 changed files with 1 additions and 0 deletions
|
@ -868,6 +868,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"))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue