student view
This commit is contained in:
parent
4e7b7e76be
commit
7cb682fca2
@ -262,6 +262,7 @@
|
||||
<th ng-if="course.feesDetails[0].ProgramType=='Y001'">Session</th>
|
||||
<th>Roll Number</th>
|
||||
<th>Total Payable Fees</th>
|
||||
<th>Referral/Waiver</th>
|
||||
<th>Paid Fees</th>
|
||||
<th>Balance Fees</th>
|
||||
<th></th>
|
||||
@ -284,7 +285,11 @@
|
||||
<td>
|
||||
<span>{{fees.PayableAmount}}</span></td>
|
||||
<td>
|
||||
<span>{{fees.PaidBillAmount}}</span></td>
|
||||
<span>{{fees.StudentWaiverRefAmount}}</span>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<span>{{fees.StudentPaidAmount}}</span></td>
|
||||
<td>
|
||||
<span>{{fees.BalanceAmount}}</span></td>
|
||||
<td ng-click="open(fees,'1',course)">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user