resico logo
This commit is contained in:
parent
cbd8044b4f
commit
7ba4532e5e
@ -1030,6 +1030,7 @@ $data['empSalary'] = $employeeSalary;
|
||||
|
||||
//$this->global['pageTitle'] = 'Resico : Payroll Generater';
|
||||
$this->global['pageTitle'] = $this->CompanyName.' : PaySlip Generater';
|
||||
//print_r($Data);die;
|
||||
$this->loadViews("payslipgenerate", $this->global, $Data , NULL);
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -191,7 +191,7 @@ class Payroll_model extends CI_Model
|
||||
$query = $this->db->get();
|
||||
return $query->result();
|
||||
}
|
||||
|
||||
|
||||
function getBankInfo($bank="")
|
||||
{
|
||||
$this->db->select('*');
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 9.5 KiB |
Loading…
Reference in New Issue
Block a user