Ajout lien sur detail année sur rapport ca.

This commit is contained in:
Laurent Destailleur 2005-05-07 02:48:17 +00:00
parent 776a5e4b06
commit 32d248bfdf
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ if (sizeof($amount))
} }
print "</table>"; print "</table>";
print '<br>';
$db->close(); $db->close();

View File

@ -155,7 +155,7 @@ print '<tr class="liste_titre"><td rowspan="2">'.$langs->trans("Month").'</td>';
for ($annee = $year_start ; $annee <= $year_end ; $annee++) for ($annee = $year_start ; $annee <= $year_end ; $annee++)
{ {
print '<td align="center" width="10%" colspan="2">'.$annee.'</td>'; print '<td align="center" width="10%" colspan="2"><a href="casoc.php?year='.$annee.'">'.$annee.'</a></td>';
print '<td width="15">&nbsp;</td>'; print '<td width="15">&nbsp;</td>';
} }
print '</tr>'; print '</tr>';