Ajout onglet

This commit is contained in:
Rodolphe Quiedeville 2005-02-24 11:53:20 +00:00
parent 1d7d3e9544
commit 9bcf9c0b7c

View File

@ -53,6 +53,10 @@ llxHeader("","","Fiche Ligne");
$head[$h][1] = $langs->trans("Ligne");
$h++;
$head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/factures.php?id=".$ligne->id;
$head[$h][1] = $langs->trans('Factures');
$h++;
$head[$h][0] = DOL_URL_ROOT."/telephonie/ligne/infoc.php?id=".$ligne->id;
$head[$h][1] = $langs->trans('Infos');
$h++;