feat: delete accommodation bookings in draft
This commit is contained in:
@@ -99,6 +99,13 @@
|
||||
PDF herunterladen
|
||||
</twig:dropdown:link>
|
||||
{% endif %}
|
||||
{# A record that has been in front of the customer gets discarded,
|
||||
not removed — see DeleteController. #}
|
||||
{% if booking.draft %}
|
||||
<twig:dropdown:hxbutton url="{{ path('app_admin_accommodationbooking_delete', { 'id': booking.id, 'r': return_url() }) }}" warning>
|
||||
löschen
|
||||
</twig:dropdown:hxbutton>
|
||||
{% endif %}
|
||||
</twig:dropdown>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user