Several fixes in filter on lists

This commit is contained in:
Laurent Destailleur
2016-11-29 22:41:47 +01:00
parent 9ff38ee136
commit bd8f923cee
59 changed files with 143 additions and 106 deletions

View File

@@ -138,7 +138,7 @@ class CommandeApi extends DolibarrApi
$sql .= " AND sc.fk_user = ".$search_sale;
}
$nbtotalofrecords = 0;
$nbtotalofrecords = -1;
if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
{
$result = $db->query($sql);