vital changes to the processing of the generation off a new appointment

This commit is contained in:
2026-06-26 19:40:01 +02:00
parent d2c7e57f8d
commit 71e2895362
+2 -2
View File
@@ -293,14 +293,14 @@ def configure():
date_end=end, date_end=end,
time_span=time, time_span=time,
slots=slots_amount, slots=slots_amount,
slot_lenght=slot_length, slot_length=slot_length,
user=session["username"], user=session["username"],
mail=mail, mail=mail,
note=note, note=note,
calendar_enabled=add_to_calendar, calendar_enabled=add_to_calendar,
title=title, title=title,
custom_fields=custom, custom_fields=custom,
clients_p_slot=clients_p_slot clients_per_slot=clients_p_slot
) )
if not inserted_id: if not inserted_id: