selectMulticurrency avoid malformed empty value
This commit is contained in:
parent
c0b22e86c2
commit
b017213131
@ -4517,7 +4517,7 @@ class Form
|
||||
|
||||
$out='';
|
||||
$out.= '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
|
||||
if ($useempty) $out .= '<option value=""></option>';
|
||||
if ($useempty) $out .= '<option value=""> </option>';
|
||||
// If company current currency not in table, we add it into list. Should always be available.
|
||||
if (! in_array($conf->currency, $TCurrency))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user