@@ -1331,7 +1331,6 @@ WHERE
AND EXTRACT(YEAR from care_month.start_date) = " . ($request->input('y') ?: 'EXTRACT(YEAR from now())') . "
" . (count($conditions) > 0 ? 'AND ' . implode(" AND ", $conditions) : '') . "
$orderBy
- LIMIT 20
";
$patients = DB::select($query);