Skip to content

Commit 19d39cb

Browse files
tsmrtrasher
authored andcommitted
Fix Central Contract Alert search criteria (less than 7 days)
1 parent ad748d5 commit 19d39cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/contract.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ static function showCentral() {
11111111
echo "<td class='numeric'>".$contract0."</td></tr>";
11121112

11131113
echo "<tr class='tab_bg_2'>";
1114-
$options['criteria'][0]['value'] = 0;
1114+
$options['criteria'][0]['value'] = '>0';
11151115
$options['criteria'][1]['value'] = '<7';
11161116
echo "<td><a href=\"".$CFG_GLPI["root_doc"]."/front/contract.php?".
11171117
Toolbox::append_params($options, '&amp;')."\">".

0 commit comments

Comments
 (0)