From afdd50489fc7c4cc89f20a7b9bbc7b8ba12fea0d Mon Sep 17 00:00:00 2001 From: stephan Date: Thu, 9 Jul 2026 11:26:02 -0400 Subject: [PATCH] Update bib quantity summary panel to reflect new totals and improve localization, increment version code to 4.72.776 This commit modifies the rendering logic of the bib quantity summary panel to include updated totals for 'sans_bib', 'places_dispo', and 'avec_bib'. The localization keys are adjusted for better clarity, and unnecessary elements are removed to streamline the display. The version code is incremented to 4.72.776 to reflect these changes. --- php/inc_fx_promoteur.php | 64 ++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/php/inc_fx_promoteur.php b/php/inc_fx_promoteur.php index 8f6825f..4a9433b 100644 --- a/php/inc_fx_promoteur.php +++ b/php/inc_fx_promoteur.php @@ -5802,13 +5802,13 @@ function renderBibQtySummaryPanel($int_eve_id, $strLangue = 'fr', $tabSummary = $tabTotals = $tabSummary['totals'] ?? []; $tabEpreuves = $tabSummary['epreuves'] ?? []; - $blnHasPending = (int)($tabTotals['a_assigner'] ?? 0) > 0; + $blnHasSansBib = (int)($tabTotals['sans_bib'] ?? 0) > 0; $blnHasOrphans = (int)($tabTotals['orphelins'] ?? 0) > 0; ob_start(); ?>