From 66bf4d9a9234f09664aff8337a39bdcb36c5e014 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 25 Oct 2017 06:30:31 +0000 Subject: [PATCH] requested file could not be loaded issue fixed. --- application/controllers/payslip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/payslip.php b/application/controllers/payslip.php index 651fad97..4b0566ba 100755 --- a/application/controllers/payslip.php +++ b/application/controllers/payslip.php @@ -536,7 +536,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() {