edit student details for pending docs updated
This commit is contained in:
parent
67af0a0a5a
commit
20646683fd
@ -643,9 +643,12 @@
|
||||
<tr>
|
||||
<td>{{penddoc.Details}}</td>
|
||||
<td>{{penddoc.DocumentDate}}</td>
|
||||
<td>
|
||||
<!--<td>
|
||||
<span ng-if="penddoc.Status == 1">Open</span>
|
||||
<span ng-if="penddoc.Status == 0">Close</span>
|
||||
</td>-->
|
||||
<td>
|
||||
{{penddoc.StatusName}}
|
||||
</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