Skip to content
Snippets Groups Projects
Commit b94295e4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #5102 from atm-alexis/3.8

FIX search on date into supplier invoice list 
parents b0977e3e 1746f8f9
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ if ($search_amount_all_tax != '')
$sql .= natural_search('fac.total_ttc', $search_amount_all_tax, 1);
}
if ($search_status != '')
if ($search_status != '' && $search_status>=0)
{
$sql.= " AND fac.fk_statut = ".$search_status;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment