diff --git a/application/controllers/payslip.php b/application/controllers/payslip.php index a1bffc22..6b528415 100755 --- a/application/controllers/payslip.php +++ b/application/controllers/payslip.php @@ -355,7 +355,7 @@ function phpAlert($msg) { $this->global['pageTitle'] = 'Siddharth : Edit Employee Payslip'; $data['PayInfo'] = $this->payroll_model->GetPayslipdata($PayOn,$EmpID); - $this->loadViews("editpayslip", $this->global, $data , NULL); + $this->loadViews("editPayslip", $this->global, $data , NULL); } public function viewGenerator() {