= 2 лет назад
Родитель
Сommit
0bde202399
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/PracticeManagementController.php

+ 1 - 1
app/Http/Controllers/PracticeManagementController.php

@@ -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}
       
 ";