Subversion Repositories Applications.gtt

Rev

Rev 89 | Rev 101 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89 Rev 95
Line 152... Line 152...
152
	    	$tab_p = $Projet->consulter(Projet::GP_ID_LIST, array(implode(',', $tab_projet_id)));
152
	    	$tab_p = $Projet->consulter(Projet::GP_ID_LIST, array(implode(',', $tab_projet_id)));
153
			foreach ($tab_p as $Projet) {
153
			foreach ($tab_p as $Projet) {
Line 154... Line 154...
154
	
154
	
155
				// Récupération de la catégorie du projet
155
				// Récupération de la catégorie du projet
156
				$ProjetCategorie = new ProjetCategorie();
-
 
157
				$cmd = ProjetCategorie::GPC_ID;
-
 
158
				$param = $Projet->getCeCategorie();
156
				$ProjetCategorie = new ProjetCategorie();
Line 159... Line 157...
159
				$Categorie = $ProjetCategorie->consulter($cmd, $param);
157
				$Categorie = current($ProjetCategorie->consulter(ProjetCategorie::GPC_ID, $Projet->getCeCategorie()));
160
	
158
	
161
				// Nous vérifions le temps de travail pour ce projet pour la semaine courrante
159
				// Nous vérifions le temps de travail pour ce projet pour la semaine courrante
162
				$aso_tps_w = $aso_tps_w_vide;
160
				$aso_tps_w = $aso_tps_w_vide;