Neueste Version

This commit is contained in:
2026-08-19 14:19:28 +00:00
parent 1410ceb441
commit 45730c4c57
15 changed files with 300 additions and 92 deletions
@@ -0,0 +1,5 @@
DELETE FROM `buchungen`
WHERE id =
{{ this.params.bookingId }}
AND gebucht_von =
{{ this.params.bookedBy }};