Update dict.php
This commit is contained in:
parent
4afc21ecb3
commit
71ea83d19e
@ -2514,7 +2514,7 @@ function fieldList($fieldlist, $obj = '', $tabname = '', $context = '')
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
} elseif ($value == 'type_duration') {
|
} elseif ($value == 'type_duration') {
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print $form->selectTypeDuration('', empty($obj->type_duration) ? '' : $obj->type_duration), array('i','h'));
|
print $form->selectTypeDuration('', (empty($obj->type_duration) ? '' : $obj->type_duration), array('i','h'));
|
||||||
print '</td>';
|
print '</td>';
|
||||||
} else {
|
} else {
|
||||||
$fieldValue = isset($obj->{$value}) ? $obj->{$value}: '';
|
$fieldValue = isset($obj->{$value}) ? $obj->{$value}: '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user