FIX filter status na

This commit is contained in:
Quentin VIAL-GOUTEYRON 2023-02-01 08:53:10 +01:00
parent c4d8268ea5
commit ca32f6247e

View File

@ -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";
}