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"); $head[$h][1] = $langs->trans("OrderFollow");
$h++; $h++;
$title=$langs->trans("OrderDispatch"); $title=$langs->trans("SupplierOrder");
dolibarr_fiche_head($head, $a, $title); dolibarr_fiche_head($head, $a, $title);
/* /*

View File

@ -67,6 +67,10 @@ if ($_GET["id"] > 0)
$head[$h][1] = $langs->trans("OrderCard"); $head[$h][1] = $langs->trans("OrderCard");
$h++; $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][0] = DOL_URL_ROOT.'/fourn/commande/note.php?id='.$commande->id;
$head[$h][1] = $langs->trans("Note"); $head[$h][1] = $langs->trans("Note");
$h++; $h++;

View File

@ -84,6 +84,10 @@ if ($_GET["id"] > 0)
$head[$h][1] = $langs->trans("OrderCard"); $head[$h][1] = $langs->trans("OrderCard");
$h++; $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][0] = DOL_URL_ROOT.'/fourn/commande/note.php?id='.$commande->id;
$head[$h][1] = $langs->trans("Note"); $head[$h][1] = $langs->trans("Note");
$a = $h; $a = $h;