CLOSE #15065 Fix formatting

Had spaces instead of tabs...
This commit is contained in:
Louis Carrese 2020-10-20 14:34:17 +02:00
parent f377456132
commit 693e345cab

View File

@ -1278,12 +1278,11 @@ 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>';
}
if (!empty($libelleproduitservice) && !empty($conf->global->PDF_BOLD_PRODUCT_LABEL)) {
$libelleproduitservice = '<b>' . $libelleproduitservice . '</b>';
}
// Description long of product line
// Description long of product line
if (!empty($desc) && ($desc != $label))
{
if ($libelleproduitservice && empty($hidedesc))