CELL MISMATCH ISSUE FIXED
This commit is contained in:
parent
10fa80b1d1
commit
947e5ec958
@ -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 != '')
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user