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