Merge pull request #4006 from marcosgdf/bug-3989

FIX #3989 Undefined variable $conf in CommandeFournisseur::getNomUrl
This commit is contained in:
Laurent Destailleur 2015-11-16 23:42:38 +01:00
commit 835700bb25

View File

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