requested file could not be loaded issue fixed.

This commit is contained in:
gandhimathi 2017-10-25 06:30:31 +00:00
parent 7df2067dc1
commit 66bf4d9a92

View File

@ -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()
{