Merge pull request #6101 from atm-florian/dev_accoutnacy
fix default account selection (when cache is use)
This commit is contained in:
commit
3b193e2e22
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user