allow to filter by status S_NEED_CORRECTION

This commit is contained in:
Uwe Steinmann 2018-01-30 19:19:07 +01:00
parent bf2ced4c6e
commit 7f1f551334

View File

@ -318,6 +318,9 @@ if(isset($_GET["fullsearch"]) && $_GET["fullsearch"] && $settings->_enableFullSe
if (isset($_GET["expired"])){
$status[] = S_EXPIRED;
}
if (isset($_GET["needs_correction"])){
$status[] = S_NEEDS_CORRECTION;
}
$reception = array();
if (isset($_GET["reception"])){