Correction libellé

This commit is contained in:
Michael RICOIS 2015-01-27 10:51:34 +00:00
parent 0a7f3b7c6d
commit e10bc9d574

View File

@ -129,7 +129,7 @@ $columns = array('LPAD(siren, 9, 000000000) AS siren', 'LPAD(nic,5,00000) AS nic
// --- Ajouter le champ presentRcs
$columns[] = 'presentRcs';
$tabEntete[] = 'presentRcs';
$tabEnteteLabel[] = "Présent au RNCS";
$tabEnteteLabel[] = "Présence au RNCS";
$joins = array();
foreach ( $dataProfil as $item ) {