student view
This commit is contained in:
parent
1a21d9df86
commit
5c0f214ff0
@ -375,7 +375,7 @@
|
||||
</thead>
|
||||
<tbody dir-paginate="p in unMatchedRecordDetails|orderBy:sortKey:reverse|filter:search:strict|itemsPerPage:10| filter:query as results" pagination-id="unmatched">
|
||||
<tr>
|
||||
<td><a tooltip="View Student" class="text-dark" ng-click="open(p);">{{p.FormID}}</a></td>
|
||||
<td>{{p.FormID}}</td>
|
||||
|
||||
<td ng-if="p.EnromentStatus==true">{{p.EnrolmentNo}}</td>
|
||||
<td ng-if="p.EnromentStatus==false"><span class="text-red"><b>{{p.EnrolmentNo}}</b></span></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user