diff --git a/application/controllers/payslip.php b/application/controllers/payslip.php index f450a630..7c27b038 100755 --- a/application/controllers/payslip.php +++ b/application/controllers/payslip.php @@ -1035,8 +1035,8 @@ function getEmployee() { $loanRecovered = strtoupper($loanRecovered); } - $Incentive =$sheet->getCell('G'.$x)->getValue(); - $Other_Deductions =$sheet->getCell('H'.$x)->getValue(); + $Incentive =$sheet->getCell('H'.$x)->getValue(); + $Other_Deductions =$sheet->getCell('I'.$x)->getValue(); if( $EmpId != '') {