Merge pull request #6101 from atm-florian/dev_accoutnacy

fix default account selection (when cache is use)
This commit is contained in:
Laurent Destailleur 2016-12-10 11:29:20 +01:00 committed by GitHub
commit 3b193e2e22

View File

@ -87,6 +87,7 @@ class FormVentilation extends Form
if ($usecache && ! empty($this->options_cache[$usecache])) if ($usecache && ! empty($this->options_cache[$usecache]))
{ {
$options = $this->options_cache[$usecache]; $options = $this->options_cache[$usecache];
$selected=$selectid;
} }
else else
{ {