FIX #3989 Undefined variable $conf in CommandeFournisseur::getNomUrl

This commit is contained in:
Marcos García de La Fuente 2015-11-16 13:25:00 +01:00
parent 43f3999234
commit ec7e4cb3d4

View File

@ -574,7 +574,7 @@ class CommandeFournisseur extends CommonOrder
*/
function getNomUrl($withpicto=0,$option='')
{
global $langs;
global $langs, $conf;
$result='';
$label = '<u>' . $langs->trans("ShowOrder") . '</u>';