UAN Changed as AadharNo
This commit is contained in:
parent
1b99546775
commit
d8e48341c6
@ -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 ': '.$PANNo;?> </td>
|
<td width="100px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;"><?php echo ': '.$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 ': '.$UANNO;?></td>
|
<td width="100px;" style="border-left: 0px ;border-bottom: 0px; border-right: 0px ;border-top: 0px ;"><?php echo ': '.$AadharNo;?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user