diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php index a7394b7f934..45f91ee8cd5 100644 --- a/htdocs/fourn/commande/dispatch.php +++ b/htdocs/fourn/commande/dispatch.php @@ -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); /* diff --git a/htdocs/fourn/commande/history.php b/htdocs/fourn/commande/history.php index 7f55705a3fa..7ee98fb391f 100644 --- a/htdocs/fourn/commande/history.php +++ b/htdocs/fourn/commande/history.php @@ -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"); diff --git a/htdocs/fourn/commande/note.php b/htdocs/fourn/commande/note.php index 96d69b60106..a500b27a7b3 100644 --- a/htdocs/fourn/commande/note.php +++ b/htdocs/fourn/commande/note.php @@ -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");