export_fields = array('ts_id' => 'Timesheet ID') + $bo->field2label; // Custom fields unset($this->export_fields['customfields']); $custom = config::get_customfields('timesheet', true); foreach($custom as $name => $data) { $this->export_fields['#'.$name] = $data['label']; } } }