Skip to content
Snippets Groups Projects
Unverified Commit 5d4e6427 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Save object.

parent 5bc50990
No related branches found
No related tags found
No related merge requests found
...@@ -396,6 +396,8 @@ def delete_voucher(request, voucher_id): ...@@ -396,6 +396,8 @@ def delete_voucher(request, voucher_id):
current_voucher.deleted = True current_voucher.deleted = True
current_voucher.save()
context['deleted'] = True context['deleted'] = True
return render(request, 'ticdesk_org/vouchers.html', context) return render(request, 'ticdesk_org/vouchers.html', context)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment