From e3ce241e7a03c9c75c75ebf1636bca8fe2ddb069 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Thu, 25 Apr 2024 16:47:29 +0530 Subject: [PATCH] FIX_RACK_RATE_DROPWON_LIST_SHOW_6_13 : RV --- app/Controllers/ClientController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/ClientController.php b/app/Controllers/ClientController.php index 96815f94..6c76b45b 100644 --- a/app/Controllers/ClientController.php +++ b/app/Controllers/ClientController.php @@ -1109,7 +1109,7 @@ class ClientController extends AdminController $resultss[$index] = $record; } } else { - if ($index == '0' || $index == '1' || $index == '2' || $index == '3' || $index == '4' || $index == '5' || $index == '6' || $index == '8' || $index == '7' || $index == '9' || $index == '10') { + if ($index == '3' || $index == '4' || $index == '5' || $index == '6' || $index == '8' || $index == '7' || $index == '9' || $index == '10') { $resultss[$index] = $record; } }