Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 137 → Rev 138

/trunk/actions/GttCtrlActionStatTableauCharge.class.php
238,7 → 238,11
$aso_stat['messages'][] = 'Aucune absence de mentionnée en '.$aso_stat['mois']['mois'].' '.$aso_stat['mois']['annee'];
}
//trigger_error('<pre>'.print_r($aso_stat, true).'</pre>', E_USER_NOTICE);
// Post-traitement des nombre pour l'affichage
$aso_stat = Nombre::formaterNbre($aso_stat, GTT_LANGUE);
// Sortie
//trigger_error(print_r($aso_stat, true), E_USER_NOTICE);
$this->getRegistre()->ajouterDonnee('stat_tableau_charge', $aso_stat);
}
}