]> wagnertech.de Git - timetracker.git/blobdiff - time_edit.php
posaune
[timetracker.git] / time_edit.php
index bb0457384a2087b56cc3c88b32f67e2a11fd2b33..aceff0243fe612969c661cb42e7610d5dfa4501e 100644 (file)
@@ -202,7 +202,7 @@ if ($custom_fields && $custom_fields->fields[0]) {
       'name'=>'cf_1',
       'style'=>'width: 250px;',
       'value'=>$cl_cf_1,
       'name'=>'cf_1',
       'style'=>'width: 250px;',
       'value'=>$cl_cf_1,
-      'data'=>$custom_fields->options,
+      'data'=>CustomFields::getOptions($custom_fields->fields[0]['id']),
       'empty' => array('' => $i18n->get('dropdown.select'))));
   }
 }
       'empty' => array('' => $i18n->get('dropdown.select'))));
   }
 }