Fix trim label

This commit is contained in:
Laurent Destailleur 2015-04-05 17:13:24 +02:00
parent 4d6b7b4bae
commit 5fa21f37f0

View File

@ -2871,7 +2871,7 @@ class Form
{
print '<option value="'.$obj->rowid.'">';
}
print $obj->label;
print trim($obj->label);
if ($statut == 2 && $obj->status == 1) print ' ('.$langs->trans("Closed").')';
print '</option>';
$i++;