MSIN-4469 — Update fxBibProductionBuildSupplierXml function to clarify header cell styles for printed bibs. Modify Excel template to reflect new styling conventions for improved clarity in output. Increment version code.

This commit is contained in:
2026-07-23 12:36:15 -04:00
parent f3233eb19b
commit d15a68285c
2 changed files with 2 additions and 0 deletions

View File

@ -395,6 +395,8 @@ function fxBibProductionBuildSupplierXml($strXml, array $tabSnapshot, array $tab
$objSheetData->removeChild($objSheetData->firstChild);
}
// MSIN-4469 — Convention imprimeur : cellules bleues = imprimées sur le dossard.
// Colonne A (numéro) = bleu ; colonne B (épreuve) = neutre (info, non imprimée).
$objHeader = fxBibProductionXmlCloneRow($objHeaderTemplate, 1);
$strHeaderStyleA = (string)(fxBibProductionXmlFindCell($objHeader, 'A')->getAttribute('s'));
$strHeaderStyleB = (string)(fxBibProductionXmlFindCell($objHeader, 'B')->getAttribute('s'));