Ajout onglet workflow

This commit is contained in:
Rodolphe Quiedeville 2007-10-08 10:07:16 +00:00
parent 6706ae29da
commit 658c1c29da

View File

@ -71,6 +71,10 @@ $head[$h][0] = DOL_URL_ROOT."/telephonie/config/xdsl_product.php";
$head[$h][1] = $langs->trans("Products");
$h++;
$head[$h][0] = DOL_URL_ROOT."/telephonie/config/xdsl_wkf.php";
$head[$h][1] = $langs->trans("Workflow");
$h++;
dolibarr_fiche_head($head, $hselected, "Configuration des liens xDSL");