FIX #4302 Undefined variable $conf in Commande::LibStatut

This commit is contained in:
Marcos García de La Fuente 2015-12-27 13:15:05 +01:00
parent c6093fff3e
commit 98351d6fec

View File

@ -2917,7 +2917,7 @@ class Commande extends CommonOrder
*/ */
function LibStatut($statut,$billed,$mode) function LibStatut($statut,$billed,$mode)
{ {
global $langs; global $langs, $conf;
//print 'x'.$statut.'-'.$billed; //print 'x'.$statut.'-'.$billed;
if ($mode == 0) if ($mode == 0)
{ {