parent
f377456132
commit
693e345cab
@ -1278,12 +1278,11 @@ function pdf_getlinedesc($object, $i, $outputlangs, $hideref = 0, $hidedesc = 0,
|
|||||||
|
|
||||||
// Description short of product line
|
// Description short of product line
|
||||||
$libelleproduitservice = $label;
|
$libelleproduitservice = $label;
|
||||||
if (!empty($libelleproduitservice) && !empty($conf->global->PDF_BOLD_PRODUCT_LABEL))
|
if (!empty($libelleproduitservice) && !empty($conf->global->PDF_BOLD_PRODUCT_LABEL)) {
|
||||||
{
|
$libelleproduitservice = '<b>' . $libelleproduitservice . '</b>';
|
||||||
$libelleproduitservice = '<b>'.$libelleproduitservice.'</b>';
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Description long of product line
|
// Description long of product line
|
||||||
if (!empty($desc) && ($desc != $label))
|
if (!empty($desc) && ($desc != $label))
|
||||||
{
|
{
|
||||||
if ($libelleproduitservice && empty($hidedesc))
|
if ($libelleproduitservice && empty($hidedesc))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user