Hide label
This commit is contained in:
parent
85dfb5bf3c
commit
9e4e027495
@ -1316,7 +1316,7 @@ function pdf_getlinedesc($object, $i, $outputlangs, $hideref = 0, $hidedesc = 0,
|
||||
{
|
||||
$libelleproduitservice = $desc."\n".$libelleproduitservice;
|
||||
} else {
|
||||
if (!empty($conf->global->HIDE_LABEL_VARIANT_PDF)) {
|
||||
if (!empty($conf->global->HIDE_LABEL_VARIANT_PDF) && $prodser->isVariant()) {
|
||||
$libelleproduitservice = $desc;
|
||||
} else {
|
||||
$libelleproduitservice .= $desc;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user