FIX #3989 Undefined variable $conf in CommandeFournisseur::getNomUrl
This commit is contained in:
parent
43f3999234
commit
ec7e4cb3d4
@ -574,7 +574,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