From 20fb5a45f2bede33f1a0d05588102e01cd937257 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 18:28:05 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index 5bd012a6..de65d5ea 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -145,10 +145,10 @@ $pdf->Cell(0, 3, substr(mb_convert_encoding($assure['adherent'], "ISO-8859-1", " // Photo de l'assuré (positionnée à droite) - taille réduite // $photoPath = $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'.$assure['lienPhoto']; -$photo=$assure['lienPhoto']; +// $photo=$assure['lienPhoto']; $faceRegistered=$assure['faceRegistered']; - -$photoPath = $_SESSION['lienPhotoFace'].$assure['lienPhoto']; +// $photoPath = $_SESSION['lienPhotoFace'].$assure['lienPhoto']; +$photoPath = $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'.$assure['lienPhoto']; $photoX = 57; $photoY = 17; @@ -177,7 +177,7 @@ if (!empty($photo) && $headers && $faceRegistered=="1" && strpos($headers[0], '2 var_dump( array( "faceRegistered" => $faceRegistered, - "photo" => $photo, + // "photo" => $photo, "phophotoPathto" => $photoPath, "headers" => $headers, // "strpos" => strpos($headers[0], '200'),