Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop

Conflicts:
	htdocs/core/boxes/box_project.php
This commit is contained in:
Laurent Destailleur 2019-02-27 02:27:33 +01:00
commit 401f587868
2 changed files with 2 additions and 2 deletions

View File

@ -4755,7 +4755,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="">&nbsp;</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))
{ {