edit student details changes
This commit is contained in:
parent
a5a1320734
commit
d7e00608f1
@ -648,7 +648,7 @@
|
||||
<span ng-if="penddoc.Status == 0">Close</span>
|
||||
</td>-->
|
||||
<td>
|
||||
{{penddoc.StatusName}}
|
||||
{{penddoc.StatusName | ucfirst}}
|
||||
</td>
|
||||
<td class="center">
|
||||
<button tooltip="Delete" class="btn btn-xs btn-danger" ng-click="deletePendingDocDetails(penddoc, p.StudentID)">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user