register in fees screen changes

This commit is contained in:
gandhimathi 2018-08-16 17:42:57 +05:30
parent d9f05d8b35
commit b6661e0712

View File

@ -388,6 +388,7 @@
<!-- <th>Waiver</th>--> <!-- <th>Waiver</th>-->
<th>Payable Fees</th> <th>Payable Fees</th>
<th></th> <th></th>
<th></th>
</tr> </tr>
</thead> </thead>
@ -412,7 +413,7 @@
</a> </a>
</td> </td>
<td> <td>
<a ng-if="feesStructureInfo[0].ProgramType=='Y001'" class="text-red" tooltip="Generate PDF" ng-click="reregisterPDF(p);"><b class="fa fa-hover fa fa-file-pdf-o " aria-hidden="true"></b> <a ng-if="feesStructureInfo[0].ProgramType=='Y001'" class="text-red" tooltip="Generate Re-registration PDF" ng-click="reregisterPDF(p);"><b class="fa fa-hover fa fa-file-pdf-o " aria-hidden="true"></b>
</a></td> </a></td>
</tr> </tr>