FIX_RACK_RATE_DROPWON_LIST_SHOW_6_13 : RV

This commit is contained in:
VENKATESHWARAN 2024-04-25 16:47:29 +05:30
parent d6885c848b
commit e3ce241e7a

View File

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