Fix: mini strict mode

This commit is contained in:
Regis Houssin 2012-09-12 18:47:06 +02:00
parent c465aea0e7
commit 28e5ba6c18

View File

@ -2664,7 +2664,7 @@ abstract class CommonObject
} }
$text.= ' - '.(! empty($line->label)?$line->label:$label); $text.= ' - '.(! empty($line->label)?$line->label:$label);
$description=($conf->global->PRODUIT_DESC_IN_FORM?'':dol_htmlentitiesbr($line->description)); $description=(! empty($conf->global->PRODUIT_DESC_IN_FORM)?'':dol_htmlentitiesbr($line->description));
} }
// Output template part (modules that overwrite templates must declare this into descriptor) // Output template part (modules that overwrite templates must declare this into descriptor)