VIEW NAME CASE SENSITIVE IN LINUX PROBLEM
This commit is contained in:
parent
41d197cd6f
commit
a89f6c0cab
@ -355,7 +355,7 @@ function phpAlert($msg) {
|
|||||||
|
|
||||||
$this->global['pageTitle'] = 'Siddharth : Edit Employee Payslip';
|
$this->global['pageTitle'] = 'Siddharth : Edit Employee Payslip';
|
||||||
$data['PayInfo'] = $this->payroll_model->GetPayslipdata($PayOn,$EmpID);
|
$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()
|
public function viewGenerator()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user