Update lien fiche grille

This commit is contained in:
Rodolphe Quiedeville 2007-07-12 06:56:40 +00:00
parent c00bdb531d
commit 4ee84b28ca
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ if ($resql)
print "<tr $bc[$var]>";
print '<td><a href="../grille.php?id='.$obj->grille.'">';
print '<td><a href="grille.php?id='.$obj->grille.'">';
print $obj->tarif_desc."</td>\n";
print '<td><a href="tarif.php?id='.$obj->tarif_id.'">';
print $obj->tarif."</a></td>\n";

View File

@ -86,7 +86,7 @@ if ($resql)
print "<tr $bc[$var]>";
print '<td><a href="../grille.php?id='.$obj->rowid.'">';
print '<td><a href="grille.php?id='.$obj->rowid.'">';
print $obj->tarif_desc."</a></td>\n";
print "<td>".$obj->tarif."</td>\n";