From 1a9513d442663831178a68503e66416e07963fca Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Fri, 26 Jun 2026 19:22:21 +0200 Subject: [PATCH] fix --- Web/modules/terminplaner/blueprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/modules/terminplaner/blueprint.py b/Web/modules/terminplaner/blueprint.py index cf37bdc..a855a18 100644 --- a/Web/modules/terminplaner/blueprint.py +++ b/Web/modules/terminplaner/blueprint.py @@ -288,7 +288,7 @@ def configure(): ) # Call the database service function (standardized to match your underlying code) - inserted_id = appointment_service.add( + inserted_id = appointment_service.new( date_start=start, date_end=end, time_span=time,