CELL MISMATCH ISSUE FIXED

This commit is contained in:
gandhimathi 2017-11-13 10:50:20 +00:00
parent 10fa80b1d1
commit 947e5ec958

View File

@ -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 != '')
{