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

@ -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();