studentView.html edited online with Bitbucket by VELZ
This commit is contained in:
parent
a984224982
commit
87a9991717
@ -547,7 +547,7 @@
|
||||
</tbody>
|
||||
|
||||
<tbody ng-if="course.markCardDetails.length!=0 && course.markCardDetails[0].FeesType!='F001'">
|
||||
<tr ng-repeat="mark in course.markCardDetails | unique:'CourseID'">
|
||||
<tr ng-repeat="mark in course.markCardDetails | unique:'CourseID'" and ng-if= "mark.AnsBookStatus != 'ISSUED TO STUDENT'">
|
||||
<td>
|
||||
<span>{{mark.Sem_Year}}</span>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user