Fix: l'onglet "ventilation commande" n'apparaissait pas dans l'onglet "note" et "suivi"
This commit is contained in:
parent
e8154a3852
commit
f96309e542
@ -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);
|
||||
|
||||
/*
|
||||
|
||||
@ -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");
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user