Browse Source

fixed copy paste error for views data genre

9.x-1.0
Paul Pound 7 years ago
parent
commit
dc69372f12
  1. 4
      upei_roblib_ill.module

4
upei_roblib_ill.module

@ -362,8 +362,8 @@ function upei_roblib_ill_views_data() {
],
];
$data['upei_roblib_ill_request']['genre'] = [
'title' => t('Article or Chapter author'),
'help' => t('Article or Chapter author.'),
'title' => t('Genre'),
'help' => t('The type of item requested.'),
'field' => [
'handler' => 'views_handler_field',
'click sortable' => TRUE,

Loading…
Cancel
Save