Skip to content

Commit

Permalink
Thanks. Change number. fix #245
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Nov 13, 2015
1 parent 4df918b commit a03da8d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions inc/itilcategory.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@ function getSearchOptions() {
$tab[78]['massiveaction'] = false;
$tab[78]['joinparams'] = array('jointype' => 'child');

$tab[80]['table'] = 'glpi_changes';
$tab[80]['field'] = 'id';
$tab[80]['name'] = _x('quantity', 'Number of changes');
$tab[80]['datatype'] = 'count';
$tab[80]['forcegroupby'] = true;
$tab[80]['massiveaction'] = false;
$tab[80]['joinparams'] = array('jointype' => 'child');
$tab[98]['table'] = 'glpi_changes';
$tab[98]['field'] = 'id';
$tab[98]['name'] = _x('quantity', 'Number of changes');
$tab[98]['datatype'] = 'count';
$tab[98]['forcegroupby'] = true;
$tab[98]['massiveaction'] = false;
$tab[98]['joinparams'] = array('jointype' => 'child');

$tab[79]['table'] = 'glpi_knowbaseitemcategories';
$tab[79]['field'] = 'completename';
Expand Down

0 comments on commit a03da8d

Please sign in to comment.