diff --git a/Apollo/assets/js/controllers/callTrackingCtrl.js b/Apollo/assets/js/controllers/callTrackingCtrl.js index 60692356..40cfc655 100755 --- a/Apollo/assets/js/controllers/callTrackingCtrl.js +++ b/Apollo/assets/js/controllers/callTrackingCtrl.js @@ -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 {