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) {
|
$http(getExistEnrol).then(function (response) {
|
||||||
if (response.data.status == true) {
|
if (response.data.status == true) {
|
||||||
if(response.data.semDetails.length==0){
|
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{
|
else{
|
||||||
$scope.studentInfo=response.data.StudentInfo;
|
$scope.studentInfo=response.data.StudentInfo;
|
||||||
|
|||||||
@ -245,7 +245,7 @@
|
|||||||
{{p.FormType}}
|
{{p.FormType}}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a class="text-dark">
|
<a tooltip="View Student" class="text-dark" ng-click="open(p);">
|
||||||
{{p.Firstname}} {{p.Lastname}}
|
{{p.Firstname}} {{p.Lastname}}
|
||||||
</a>
|
</a>
|
||||||
<!--tooltip="View Student" ng-click="open(p);"-->
|
<!--tooltip="View Student" ng-click="open(p);"-->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user