This commit is contained in:
Regis Houssin 2006-05-27 11:08:22 +00:00
parent c8b43ceb58
commit a89866dcd8
2 changed files with 2 additions and 1 deletions

View File

@ -780,7 +780,7 @@ else
$author->fetch(); $author->fetch();
$head = commande_prepare_head($commande); $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 * Confirmation de la suppression de la commande

View File

@ -33,6 +33,7 @@ function commande_prepare_head($commande)
{ {
global $langs, $conf, $user; global $langs, $conf, $user;
if ($conf->expedition->enabled) $langs->load("sendings"); if ($conf->expedition->enabled) $langs->load("sendings");
$langs->load("orders");
$h = 0; $h = 0;
$head = array(); $head = array();