bugfix
This commit is contained in:
parent
c8b43ceb58
commit
a89866dcd8
@ -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
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user