report_balance_fee.html remove balance 0 online with Bitbucket
This commit is contained in:
parent
3aea386e0d
commit
73284b7383
@ -155,7 +155,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody dir-paginate="p in balfee_data|filter:search:strict|itemsPerPage:itemsPerPage" current-page="currentPage">
|
||||
<tr>
|
||||
<tr ng-if= "p.balance !=0">
|
||||
<td><input type="checkbox" ng-checked="myModel.all" id="{{p.Student_id}}" name="{{p.Student_id}}" class="form-control" ng-click="isClick($event);" /></td>
|
||||
<td nowrap>{{p.SL_NO}}</td>
|
||||
<td nowrap>{{p.eid}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user