Skip to content

Commit

Permalink
Add comment in search options; fixes #3846
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Apr 12, 2018
1 parent 1561ba1 commit 5731f71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inc/slm.class.php
Expand Up @@ -163,6 +163,14 @@ function rawSearchOptions() {
'datatype' => 'dropdown'
];

$tab[] = [
'id' => '16',
'table' => $this->getTable(),
'field' => 'comment',
'name' => __('Comments'),
'datatype' => 'text'
];

return $tab;
}

Expand Down

0 comments on commit 5731f71

Please sign in to comment.