Fix: bug #14364 overview: mode de reglement non pris en compte facture
This commit is contained in:
parent
75d2f8ee99
commit
2d7b5d193c
@ -127,6 +127,10 @@ if ($id > 0)
|
|||||||
$head[$h][1] = $langs->trans("ContractCard");
|
$head[$h][1] = $langs->trans("ContractCard");
|
||||||
$h++;
|
$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][0] = DOL_URL_ROOT.'/contrat/info.php?id='.$contrat->id;
|
||||||
$head[$h][1] = $langs->trans("Info");
|
$head[$h][1] = $langs->trans("Info");
|
||||||
$hselected = $h;
|
$hselected = $h;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user