From 41ecfd07565ee299c965eb0efee36e755543c747 Mon Sep 17 00:00:00 2001 From: stephan Date: Sat, 16 May 2026 12:01:31 -0400 Subject: [PATCH] ajout undossard equipe meme participent MSIN-4370 --- php/inc_fx_promoteur.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/php/inc_fx_promoteur.php b/php/inc_fx_promoteur.php index 0e464e9..1b7d744 100644 --- a/php/inc_fx_promoteur.php +++ b/php/inc_fx_promoteur.php @@ -3682,7 +3682,13 @@ if ( if ($foundBib === null) { break; } +if ( + $teamMode === 3 + && $teamKey > 0 +) { + $teamNumber = $foundBib; +} // ===================== // STOCKER LE RÉSULTAT // =====================