This commit is contained in:
Rodolphe Quiedeville 2006-12-22 13:41:02 +00:00
parent bc2f448fd5
commit 4627f404fd

View File

@ -110,7 +110,7 @@ if ($resql)
$objp = $db->fetch_object($resql);
$var=!$var;
print "<tr $bc[$var]>";
print '<td width="80"><a href="'.DOL_URL_ROOT.'/compta/paiement/fiche.php?id='.$objp->rowid.'">'.$objp->number.'</a></td>';
print '<td width="80"><a href="'.DOL_URL_ROOT.'/compta/paiement/cheque/fiche.php?id='.$objp->rowid.'">'.$objp->number.'</a></td>';
print '<td align="center">'.dolibarr_print_date($objp->dp).'</td>';