Browse Source

fixed rpm admin

= 2 năm trước cách đây
mục cha
commit
0bde202399
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}
       
 ";