diff --git a/Apollo/assets/js/controllers/schCtrl.js b/Apollo/assets/js/controllers/schCtrl.js index e41b5ebc..3d7be428 100644 --- a/Apollo/assets/js/controllers/schCtrl.js +++ b/Apollo/assets/js/controllers/schCtrl.js @@ -225,12 +225,12 @@ app.controller('schCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTableP return false; } - // if(Sem_Year == undefined || Sem_Year =='') - // { - // swal("Select Sem/Year"); - // return false; + if(Sem_Year == undefined || Sem_Year =='') + { + swal("Select Sem/Year"); + return false; - // } + } $scope.editId=1; $scope.semDropDownShowLoading = false;