UAN Changed as AadharNo

This commit is contained in:
gandhimathi 2017-09-13 11:30:24 +00:00
parent 1b99546775
commit d8e48341c6

View File

@ -10,7 +10,7 @@
$Designation = ''; $Designation = '';
$Departmentcode = ''; $Departmentcode = '';
$PANNo = ''; $PANNo = '';
$UANNO=''; $AadharNo='';
$BankAccountNo = ''; $BankAccountNo = '';
$IFSCCode =''; $IFSCCode ='';
$BankBranchName = ''; $BankBranchName = '';
@ -75,7 +75,7 @@ if(!empty($PayDetails))
$Designation = $Pay->Designation; $Designation = $Pay->Designation;
$PANNo =$Pay->Pan; $PANNo =$Pay->Pan;
$UANNO=$Pay->UANNO; $AadharNo=$Pay->AadharNo;
$BankAccountNo = $Pay->BankAccountNumber; $BankAccountNo = $Pay->BankAccountNumber;
$IFSCCode =$Pay->IFSCCode; $IFSCCode =$Pay->IFSCCode;
$BankBranchName = $Pay->BankName; $BankBranchName = $Pay->BankName;
@ -244,7 +244,7 @@ if($RecCount > 0)
<td width="100px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;">PAN Number </td> <td width="100px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;">PAN Number </td>
<td width="100px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;"><?php echo ':&nbsp;'.$PANNo;?> </td> <td width="100px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;"><?php echo ':&nbsp;'.$PANNo;?> </td>
<td width="50px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;">Aadhar Number </td> <td width="50px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;">Aadhar Number </td>
<td width="100px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;"><?php echo ':&nbsp;'.$UANNO;?></td> <td width="100px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;"><?php echo ':&nbsp;'.$AadharNo;?></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>