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,8 +1278,7 @@ 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>';
} }