Merge pull request #4006 from marcosgdf/bug-3989
FIX #3989 Undefined variable $conf in CommandeFournisseur::getNomUrl
This commit is contained in:
commit
835700bb25
@ -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>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user