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");
|
$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);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -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++;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user