Ajoute le nombre de contrat utilisant cette grille
This commit is contained in:
parent
d961c56f51
commit
03b7ee14ec
@ -53,10 +53,10 @@ $grille->fetch($_GET["id"]);
|
|||||||
print '<br> <table width="100%" class="border">';
|
print '<br> <table width="100%" class="border">';
|
||||||
print '<tr><td width="25%">Nom</td><td>'.$grille->libelle."</a></td></tr>\n";
|
print '<tr><td width="25%">Nom</td><td>'.$grille->libelle."</a></td></tr>\n";
|
||||||
print '<tr><td width="25%">Type</td><td>'.$grille->type."</a></td></tr>\n";
|
print '<tr><td width="25%">Type</td><td>'.$grille->type."</a></td></tr>\n";
|
||||||
|
$grille->CountContrats();
|
||||||
|
print '<tr><td width="25%">Nombre de contrats</td><td>'.$grille->nb_contrats."</a></td></tr>\n";
|
||||||
print '</table></div>';
|
print '</table></div>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user