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';