student view changes done

This commit is contained in:
gandhimathi 2018-03-12 17:46:10 +05:30
parent 02758727ea
commit c561afd850

View File

@ -283,13 +283,13 @@
<span>{{fees.PaidBillAmount}}</span></td>
<td>
<span>{{fees.BalanceAmount}}</span></td>
<td>
<a tooltip="Installment Details" ng-click="open(fees,'1')">
<td ng-click="open(fees,'1')">
<a tooltip="Installment Details">
<i class="fa fa-eye text-blue text-large"></i>
</a> </span>
</td>
<td><span>
<a tooltip="{{dynamicTooltip}}" ng-click="open(fees,'2')">
<td ng-click="open(fees,'2')"><span>
<a tooltip="{{dynamicTooltip}}">
<i class="fa fa-eye text-green text-large"></i>
</a> </span>
</td>
@ -328,6 +328,8 @@
<th>Bill NO</th>
<th>Bill Amount</th>
<th>Bill Date</th>
<th>Receipt NO</th>
<th>Mode of Payment </th>
</tr>
</thead>
@ -336,6 +338,8 @@
<td>{{v.BillNO}}</td>
<td>{{v.BillAmount}}</td>
<td>{{v.BillDate}}</td>
<td>{{v.ReceiptNo}}</td>
<td>{{v.ModeOfPayment}}</td>
</tr>