DirectorObjectForm: fix legacy range field
This commit is contained in:
parent
83031c1349
commit
1144b5d55f
|
@ -1010,7 +1010,7 @@ abstract class DirectorObjectForm extends QuickForm
|
||||||
{
|
{
|
||||||
$this->addElement('text', 'range_' . $key, array(
|
$this->addElement('text', 'range_' . $key, array(
|
||||||
'label' => 'ranges.' . $key,
|
'label' => 'ranges.' . $key,
|
||||||
'value' => $range->timeperiod_value
|
'value' => $range->range_value
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue