From 2d7b5d193c07582da7da558eae522440359f20c8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 3 Sep 2005 00:25:42 +0000 Subject: [PATCH] Fix: bug #14364 overview: mode de reglement non pris en compte facture --- htdocs/contrat/ligne.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/contrat/ligne.php b/htdocs/contrat/ligne.php index bd216fff9f9..16c2a898cd7 100644 --- a/htdocs/contrat/ligne.php +++ b/htdocs/contrat/ligne.php @@ -127,6 +127,10 @@ if ($id > 0) $head[$h][1] = $langs->trans("ContractCard"); $h++; + $head[$h][0] = DOL_URL_ROOT.'/contrat/contact.php?id='.$contrat->id; + $head[$h][1] = $langs->trans("ContractContacts"); + $h++; + $head[$h][0] = DOL_URL_ROOT.'/contrat/info.php?id='.$contrat->id; $head[$h][1] = $langs->trans("Info"); $hselected = $h;