FIX filter status na
This commit is contained in:
parent
c4d8268ea5
commit
ca32f6247e
@ -758,7 +758,7 @@ if ($type) {
|
||||
if ($status == '0') {
|
||||
$sql .= " AND a.percent = 0";
|
||||
}
|
||||
if ($status == '-1' || $status == 'na') {
|
||||
if ($status == 'na') {
|
||||
// Not applicable
|
||||
$sql .= " AND a.percent = -1";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user