Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 100 → Rev 101

/trunk/actions/GttCtrlActionStatTableauGlobal.class.php
100,7 → 100,7
$ProjetCategorie = new ProjetCategorie();
$cmd = ProjetCategorie::GPC_ID;
$param = $Projet->getCeCategorie();
$Categorie = $ProjetCategorie->consulter($cmd, $param);
$Categorie = current($ProjetCategorie->consulter($cmd, $param));
// Nous vérifions le temps de travail pour ce projet pour la semaine courrante
$aso_tps_w = 0;