Little silly fix in selectmodelform
This commit is contained in:
parent
1cddd12e93
commit
737d0b7346
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class SelectModelForm extends SelectForm{
|
||||||
while($row=$this->model->fetch_array($query))
|
while($row=$this->model->fetch_array($query))
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->arr_select[$row[$this->field_value]]=$row[$this->field_name];
|
$this->arr_select[$row[$this->field_value]]=$this->model->components[$this->field_name]->show_formatted($row[$this->field_name]);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue