From 29d90e5c75a53d6d1d91b96fdd6a30398d996806 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 7 Oct 2004 09:37:51 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20lien=20vers=20l'aper=E7u?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b925e37c969..66dce26991e 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -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++;