course details changes done

This commit is contained in:
gandhimathi 2018-01-25 10:30:39 +05:30
parent 67c8864e68
commit bae261f6fa

View File

@ -1432,6 +1432,9 @@ app.controller('callTrackingCtrl2', ["$scope","$rootScope","toaster", "$filter",
if(myModel1.status==null || myModel1.status=='' || myModel1.status==undefined){
swal("Warning!", 'Please select status', "warning");
}
else if (myModel1.assignStaff=='') {
swal("Warning!", 'Please select assigned to', "warning");
}
else if (myModel1.comments=='') {
swal("Warning!", 'Please enter comments', "warning");
} else {