diff --git a/gestion/lib/Service/GestionService.php b/gestion/lib/Service/GestionService.php index 53aa809..7bdfd1a 100644 --- a/gestion/lib/Service/GestionService.php +++ b/gestion/lib/Service/GestionService.php @@ -333,7 +333,7 @@ class GestionService $devisTalkMessage = $this->gestionBdd->getDevisTalkRoomMessage($devisId, $userName); $this->talkService->sendDevisTalkNotifications($devisTalkMessage, $userName, $this->userConnectedUuid); $this->gestionBdd->createDevisTrajetFromVCalendar($devisId, $userName); - $this->devisPdfService->generateClientAndDefuntFolder($devisId , $this->userConnectedUuid); + $this->devisPdfService->generateDevisPdfByDevisId($devisId , $this->userConnectedUuid); } catch (\OC\OCS\Exception $e) { $this->logger->debug("Error while handling created calendar object: " . $e->getMessage()); } catch (\Throwable $e) {