From 71e2895362b7997491b8008604e0a1b58c869905 Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Fri, 26 Jun 2026 19:40:01 +0200 Subject: [PATCH] vital changes to the processing of the generation off a new appointment --- Web/modules/terminplaner/blueprint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/modules/terminplaner/blueprint.py b/Web/modules/terminplaner/blueprint.py index a855a18..3857ce6 100644 --- a/Web/modules/terminplaner/blueprint.py +++ b/Web/modules/terminplaner/blueprint.py @@ -293,14 +293,14 @@ def configure(): date_end=end, time_span=time, slots=slots_amount, - slot_lenght=slot_length, + slot_length=slot_length, user=session["username"], mail=mail, note=note, calendar_enabled=add_to_calendar, title=title, custom_fields=custom, - clients_p_slot=clients_p_slot + clients_per_slot=clients_p_slot ) if not inserted_id: