2
0
forked from Wavyzz/dolibarr

Missing $user variable

This commit is contained in:
Marcos García de La Fuente
2016-07-29 11:53:24 +02:00
parent 1ef27913d7
commit 86c2ced714

View File

@@ -3071,7 +3071,7 @@ class Commande extends CommonOrder
*/
function getNomUrl($withpicto=0,$option=0,$max=0,$short=0)
{
global $conf, $langs;
global $conf, $langs, $user;
$result='';