From e98b153eb24b7ca34d0fe3e7bfcb8453bb264bf2 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Wed, 30 Apr 2025 14:59:31 +0530 Subject: [PATCH] FIX_LIVE_ISSUE_DOWNLOAD_SAMLE_FILE : RV --- app/Controllers/EmployeeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/EmployeeController.php b/app/Controllers/EmployeeController.php index 30f012b7..de473c0a 100755 --- a/app/Controllers/EmployeeController.php +++ b/app/Controllers/EmployeeController.php @@ -434,7 +434,7 @@ class EmployeeController extends AdminController $filePath = ROOTPATH . 'public/sample_excel/sample_correction .xls'; } else if ($actionType == 'si_enhancement') { $filePath = ROOTPATH . 'public/sample_excel/sample_si_enhancement.xls'; - } else if ($actionType == 'dependent_addtion') { + } else if ($actionType == 'dependent_addition') { $filePath = ROOTPATH . 'public/sample_excel/sample_dependent_addition.xls'; } else if ($actionType == 'addition') { $filePath = ROOTPATH . 'public/sample_excel/sample_addition.xls';