payment html changes

This commit is contained in:
gandhimathi 2018-09-08 20:23:48 +05:30
parent e75fd5b9ee
commit 9c49567609

View File

@ -64,6 +64,7 @@
<tr>
<th> Form ID</th>
<th> Enrolment No</th>
<th> Bill No</th>
<th> Payable</th>
<th> Paid </th>
<th> Balance</th>
@ -74,6 +75,7 @@
<tr ng-class="{universityPaid:p.TypeID==0}">
<td>{{p.FormID}}</td>
<td>{{p.EnrolmentNo}}</td>
<td>{{p.BillNo}}</td>
<td ng-if="p.CreditAmount==0"></td>
<td ng-if="p.CreditAmount>0"><span style="float:right;">{{p.CreditAmount}}</span></td>
<td ng-if="p.DebitAmount==0"></td>