Skip to content

Commit 5731f71

Browse files
committed
Add comment in search options; fixes #3846
1 parent 1561ba1 commit 5731f71

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

inc/slm.class.php

+8
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ function rawSearchOptions() {
163163
'datatype' => 'dropdown'
164164
];
165165

166+
$tab[] = [
167+
'id' => '16',
168+
'table' => $this->getTable(),
169+
'field' => 'comment',
170+
'name' => __('Comments'),
171+
'datatype' => 'text'
172+
];
173+
166174
return $tab;
167175
}
168176

0 commit comments

Comments
 (0)