student fees waiver /ref changes

This commit is contained in:
gandhimathi 2018-03-30 15:20:30 +05:30
parent fb7cdf0866
commit 4e7b7e76be

View File

@ -1,5 +1,5 @@
<style>
.container-fullw {
/* .container-fullw {
margin-left: -22%;
margin-right: -47%;
padding-left: 30px;
@ -7,7 +7,7 @@
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
}*/
.ti-plus:before {
color: #006f95;
}
@ -153,6 +153,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>
</tr>
@ -181,8 +182,11 @@
{{fees.PayableAmount}}
</td>
<td>
{{fees.PaidBillAmount}}
<span>{{fees.StudentWaiverRefAmount}}</span>
</td>
<td>
<span>{{fees.StudentPaidAmount}}</span></td>
<td>
{{fees.BalanceAmount}}
</td>