text changes
This commit is contained in:
parent
0dbc1b27c3
commit
7fb9386228
@ -425,7 +425,7 @@ app.controller('student_university_fee_compareCtrl', ["$scope", "toaster", "$fil
|
||||
$http(getExistEnrol).then(function (response) {
|
||||
if (response.data.status == true) {
|
||||
if(response.data.semDetails.length==0){
|
||||
swal("Warning","Already form enrolment is created for all semester", "warning");
|
||||
swal("Warning","In this enrollment have form id for all the semester", "warning");
|
||||
}
|
||||
else{
|
||||
$scope.studentInfo=response.data.StudentInfo;
|
||||
|
||||
@ -245,7 +245,7 @@
|
||||
{{p.FormType}}
|
||||
</td>
|
||||
<td>
|
||||
<a class="text-dark">
|
||||
<a tooltip="View Student" class="text-dark" ng-click="open(p);">
|
||||
{{p.Firstname}} {{p.Lastname}}
|
||||
</a>
|
||||
<!--tooltip="View Student" ng-click="open(p);"-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user