From 947e5ec95810b7765e01b9b993c03f17dcfca369 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 13 Nov 2017 10:50:20 +0000 Subject: [PATCH] CELL MISMATCH ISSUE FIXED --- application/controllers/payslip.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 != '') {