fix : unuseful truncation of list name elements
This commit is contained in:
parent
4fdbfa8224
commit
77afbd4412
@ -1231,7 +1231,7 @@ class ExtraFields
|
||||
} else {
|
||||
if (!$notrans) {
|
||||
$translabel = $langs->trans($obj->{$InfoFieldList[1]});
|
||||
$labeltoshow = dol_trunc($translabel, 18);
|
||||
$labeltoshow =$translabel;
|
||||
}
|
||||
if (empty($labeltoshow)) $labeltoshow = '(not defined)';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user