From 2bf0383ccfc95dd7d05773a699140ac1959e6df9 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Mon, 30 Jun 2025 12:42:30 +0530 Subject: [PATCH 1/8] FIX_NAME_TRIM_AND_LOGO : RV --- app/Helpers/excel_util_helper.php | 2 +- app/Views/layout/header.php | 10 +++++++++- app/Views/policy_transaction_inception_form.php | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/Helpers/excel_util_helper.php b/app/Helpers/excel_util_helper.php index 141fe725..55e7a04c 100755 --- a/app/Helpers/excel_util_helper.php +++ b/app/Helpers/excel_util_helper.php @@ -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()); diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index 7e2679ea..6ac2e4ee 100755 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -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 @@