Merge pull request #15066 from louiscarrese/develop
CLOSE #15065 Put the product label in bold in the PDF templates if co…
This commit is contained in:
commit
763d0baa14
@ -1278,6 +1278,9 @@ function pdf_getlinedesc($object, $i, $outputlangs, $hideref = 0, $hidedesc = 0,
|
||||
|
||||
// Description short of product line
|
||||
$libelleproduitservice = $label;
|
||||
if (!empty($libelleproduitservice) && !empty($conf->global->PDF_BOLD_PRODUCT_LABEL)) {
|
||||
$libelleproduitservice = '<b>' . $libelleproduitservice . '</b>';
|
||||
}
|
||||
|
||||
// Description long of product line
|
||||
if (!empty($desc) && ($desc != $label))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user