Fix: mini strict mode
This commit is contained in:
parent
c465aea0e7
commit
28e5ba6c18
@ -2664,7 +2664,7 @@ abstract class CommonObject
|
||||
}
|
||||
|
||||
$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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user