feat: rename confirmation document to invoice

This commit is contained in:
Björn Fromme
2025-02-12 16:54:30 +01:00
parent 1220398530
commit 6086369ce5
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -70,10 +70,10 @@
bearbeiten
</a>
{% endif %}
<a href="{{ path('app_booking_confirmation', { 'id': booking.id }) }}"
<a href="{{ path('app_booking_invoice', { 'id': booking.id }) }}"
class="button bg-button button--small"
target="_blank">
Bestätigung
Rechnung
</a>
{% if booking.hasDocuments %}
<a href="{{ path('app_booking_documents', { 'id': booking.id }) }}"