Skip to content

Commit

Permalink
try to fix TU
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed May 6, 2024
1 parent f561d53 commit 81098ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ConsumableItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function rawSearchOptions()
$tab[] = [
'id' => '17',
'table' => 'glpi_consumables',
'field' => 'id',
'field' => 'date_out',
'name' => __('Number of used consumables'),
'datatype' => 'number',
'forcegroupby' => true,
Expand All @@ -233,7 +233,7 @@ public function rawSearchOptions()
$tab[] = [
'id' => '19',
'table' => 'glpi_consumables',
'field' => 'id',
'field' => 'date_out',
'name' => __('Number of new consumables'),
'datatype' => 'number',
'forcegroupby' => true,
Expand Down

0 comments on commit 81098ef

Please sign in to comment.