Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
This commit is contained in:
commit
cbaa57b1e2
@ -4676,7 +4676,7 @@ class Form
|
|||||||
|
|
||||||
$out='';
|
$out='';
|
||||||
$out.= '<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
|
$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 company current currency not in table, we add it into list. Should always be available.
|
||||||
if (! in_array($conf->currency, $TCurrency))
|
if (! in_array($conf->currency, $TCurrency))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user