student view changes done
This commit is contained in:
parent
02758727ea
commit
c561afd850
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user