Fix: bug #14364 overview: mode de reglement non pris en compte facture

This commit is contained in:
Laurent Destailleur 2005-09-03 00:25:42 +00:00
parent 75d2f8ee99
commit 2d7b5d193c

View File

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