Update product.class.php
This commit is contained in:
parent
6e8828a56a
commit
3b49792985
@ -4590,7 +4590,7 @@ class Product extends CommonObject
|
|||||||
$result .= (img_object(($notooltip ? '' : $label), 'product', ($notooltip ? 'class="paddingright"' : 'class="paddingright classfortooltip"'), 0, 0, $notooltip ? 0 : 1));
|
$result .= (img_object(($notooltip ? '' : $label), 'product', ($notooltip ? 'class="paddingright"' : 'class="paddingright classfortooltip"'), 0, 0, $notooltip ? 0 : 1));
|
||||||
}
|
}
|
||||||
if ($this->type == Product::TYPE_SERVICE) {
|
if ($this->type == Product::TYPE_SERVICE) {
|
||||||
$result .= (img_object(($notooltip ? '' : $label), 'service', ($notooltip ? 'class="paddinright"' : 'class="paddingright classfortooltip"'), 0, 0, $notooltip ? 0 : 1));
|
$result .= (img_object(($notooltip ? '' : $label), 'service', ($notooltip ? 'class="paddingright"' : 'class="paddingright classfortooltip"'), 0, 0, $notooltip ? 0 : 1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$result .= $newref;
|
$result .= $newref;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user