FIX_NAME_TRIM_AND_LOGO : RV

This commit is contained in:
VENKATESHWARAN 2025-06-30 12:42:30 +05:30
parent 497d2112a4
commit 2bf0383ccf
3 changed files with 12 additions and 2 deletions

View File

@ -475,7 +475,7 @@ if (!function_exists('name_and_empid_check_in_db')) {
->where("ep.is_active", 1)
->where("ep.status", 'active')
// ->where("ep.client_id",$client_id)
->where('name', trim($row[2]))->where('emp_code', trim($row[1]))
->where('TRIM(name)', trim($row[2]))->where('TRIM(emp_code)', trim($row[1]))
->findAll();
// kint::dump($employeeModel->getLastQuery()->getQuery());

View File

@ -98,6 +98,14 @@
min-height: 0;
}
body[data-sidebar-size=condensed] .navbar-custom {
left: 155px !important;
}
body[data-sidebar-size=condensed] .logo-box {
width: 155px !important;
}
.navbar-custom {
top: -10px !important;
height: 61px !important;
@ -542,7 +550,7 @@
<a href="<?= base_url('/dashboard/view') ?>" class="logo logo-light text-center">
<span class="logo-sm">
<img src="<?= base_url() . "public"; ?>/assets/images/Nhance_Favi_white_2.png" alt="" width="30" height="30">
<img src="<?= base_url() . "public"; ?>/assets/images/nhance_white_logo.svg" alt="" width="130" height="30">
</span>
<!-- <span class="logo-lg">
<img src="<?= base_url() . "public"; ?>./assets/images/logo-light.png" alt="" height="20">

View File

@ -1367,6 +1367,8 @@ $(document).ready(function(){
if(owner_id == 'add_client'){
$(this).val("");
if($('#client_type').val()){
isVehicleFormSubmitting = true;