Ajout lien vers l'aperu

This commit is contained in:
Rodolphe Quiedeville 2004-10-07 09:37:51 +00:00
parent d20e28497f
commit 29d90e5c75

View File

@ -751,6 +751,9 @@ else
$head[$h][1] = $langs->trans("Bill")." : $fac->ref";
$hselected = $h;
$h++;
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$fac->id;
$head[$h][1] = $langs->trans("Apercu");
$h++;
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/note.php?facid='.$fac->id;
$head[$h][1] = $langs->trans("Note");
$h++;