diff --git a/app/Controllers/EmployeeController.php b/app/Controllers/EmployeeController.php index b6e1c007..c827036f 100755 --- a/app/Controllers/EmployeeController.php +++ b/app/Controllers/EmployeeController.php @@ -343,7 +343,7 @@ class EmployeeController extends AdminController $query->where('cr.user_id', $user_id); } // ->where('files.created_by', get_session_userid()) - $data['fileList'] = $query->orderBy('files.created_at', 'desc') + $data['fileList'] = $query->groupBy("c.id")->orderBy('files.created_at', 'desc') ->limit(100) ->find(); // dd($data['fileList']); diff --git a/app/Views/client_basic_info.php b/app/Views/client_basic_info.php index 9e41c616..220164b8 100755 --- a/app/Views/client_basic_info.php +++ b/app/Views/client_basic_info.php @@ -125,13 +125,13 @@ input:checked + .slider:before { -
+ diff --git a/app/Views/client_onboarding.php b/app/Views/client_onboarding.php index 6b4210a4..5327b58b 100755 --- a/app/Views/client_onboarding.php +++ b/app/Views/client_onboarding.php @@ -94,16 +94,16 @@ body { API --> -