Fix trim label
This commit is contained in:
parent
4d6b7b4bae
commit
5fa21f37f0
@ -2871,7 +2871,7 @@ class Form
|
|||||||
{
|
{
|
||||||
print '<option value="'.$obj->rowid.'">';
|
print '<option value="'.$obj->rowid.'">';
|
||||||
}
|
}
|
||||||
print $obj->label;
|
print trim($obj->label);
|
||||||
if ($statut == 2 && $obj->status == 1) print ' ('.$langs->trans("Closed").')';
|
if ($statut == 2 && $obj->status == 1) print ' ('.$langs->trans("Closed").')';
|
||||||
print '</option>';
|
print '</option>';
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user