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++;