From c30fe8363e3601d9af999a4619dcb2d04d4a913e Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Fri, 13 Feb 2026 17:39:20 +0100 Subject: [PATCH] Fix generate pdf error --- src/Controller/Dashboard/FlowController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/Dashboard/FlowController.php b/src/Controller/Dashboard/FlowController.php index 260de6e..2d15096 100644 --- a/src/Controller/Dashboard/FlowController.php +++ b/src/Controller/Dashboard/FlowController.php @@ -272,7 +272,7 @@ class FlowController extends AbstractController $em->persist($devis); $em->flush(); - return $this->redirectToRoute('app_crm_flow_allow_rv',['id' => $devis->getId(),'idS'=>$devis->getId()]); + return $this->redirectToRoute('app_crm_flow_allow_rv',['id' => $session->getId(),'idS'=>$devis->getId()]); } #[Route('/delete/{id}', name: 'app_crm_flow_delete', methods: ['GET'])]