Fix: l'onglet "ventilation commande" n'apparaissait pas dans l'onglet "note" et "suivi"

This commit is contained in:
Regis Houssin 2006-12-20 11:19:26 +00:00
parent e8154a3852
commit f96309e542
3 changed files with 9 additions and 1 deletions

View File

@ -129,7 +129,7 @@ if ($id > 0)
$head[$h][1] = $langs->trans("OrderFollow");
$h++;
$title=$langs->trans("OrderDispatch");
$title=$langs->trans("SupplierOrder");
dolibarr_fiche_head($head, $a, $title);
/*

View File

@ -66,6 +66,10 @@ if ($_GET["id"] > 0)
$head[$h][0] = DOL_URL_ROOT.'/fourn/commande/fiche.php?id='.$commande->id;
$head[$h][1] = $langs->trans("OrderCard");
$h++;
$head[$h][0] = DOL_URL_ROOT.'/fourn/commande/dispatch.php?id='.$commande->id;
$head[$h][1] = $langs->trans("OrderDispatch");
$h++;
$head[$h][0] = DOL_URL_ROOT.'/fourn/commande/note.php?id='.$commande->id;
$head[$h][1] = $langs->trans("Note");

View File

@ -83,6 +83,10 @@ if ($_GET["id"] > 0)
$head[$h][0] = DOL_URL_ROOT.'/fourn/commande/fiche.php?id='.$commande->id;
$head[$h][1] = $langs->trans("OrderCard");
$h++;
$head[$h][0] = DOL_URL_ROOT.'/fourn/commande/dispatch.php?id='.$commande->id;
$head[$h][1] = $langs->trans("OrderDispatch");
$h++;
$head[$h][0] = DOL_URL_ROOT.'/fourn/commande/note.php?id='.$commande->id;
$head[$h][1] = $langs->trans("Note");