Update product.class.php

This commit is contained in:
dvdwalker 2021-02-24 10:38:11 -03:00 committed by GitHub
parent 6e8828a56a
commit 3b49792985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));
}
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;