fix error in latest release
This commit is contained in:
parent
71c968b0b1
commit
6f7d6f977b
@ -655,7 +655,7 @@ class Tva extends CommonObject
|
||||
* @param string $morecss More CSS
|
||||
* @return string Chaine with URL
|
||||
*/
|
||||
function getNomUrl($withpicto=0, $option='', $notooltip=0, morecss='')
|
||||
function getNomUrl($withpicto=0, $option='', $notooltip=0, $morecss='')
|
||||
{
|
||||
global $langs, $conf;
|
||||
|
||||
@ -669,6 +669,9 @@ class Tva extends CommonObject
|
||||
$linkclose='';
|
||||
if (empty($notooltip))
|
||||
{
|
||||
|
||||
|
||||
|
||||
if (! empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER))
|
||||
{
|
||||
$label=$langs->trans("ShowMyObject");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user