@@ -2351,7 +2351,7 @@ FROM care_month join client on care_month.client_id = client.id
{$genericBillJoinClause}
WHERE
" . (count($conditions) > 0 ? implode(" AND ", $conditions) : '') . "
- {$orderBy} -- OFFSET {$offset} LIMIT {$perPage}
+ {$orderBy} OFFSET {$offset} LIMIT {$perPage}
";