diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index f7b931da44f..e514ba20f86 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -780,7 +780,7 @@ else $author->fetch(); $head = commande_prepare_head($commande); - dolibarr_fiche_head($head, 'order', $langs->trans("CustomerOrder")); + dolibarr_fiche_head($head, 'order', $langs->trans("CustomerOrder")); /* * Confirmation de la suppression de la commande diff --git a/htdocs/lib/order.lib.php b/htdocs/lib/order.lib.php index acfcc86fbd6..49e404bc1fa 100644 --- a/htdocs/lib/order.lib.php +++ b/htdocs/lib/order.lib.php @@ -33,6 +33,7 @@ function commande_prepare_head($commande) { global $langs, $conf, $user; if ($conf->expedition->enabled) $langs->load("sendings"); + $langs->load("orders"); $h = 0; $head = array();