text changes

This commit is contained in:
gandhimathi 2018-09-11 19:10:52 +05:30
parent 0dbc1b27c3
commit 7fb9386228
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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);"-->