call track changes done

This commit is contained in:
gandhimathi 2018-05-17 15:36:19 +05:30
parent 59087d1343
commit e59b3f5b60

View File

@ -1498,6 +1498,9 @@ app.controller('callTrackingCtrl2', ["$scope","$rootScope","toaster", "$filter",
address: myModel1.Address,
alternateMobile: myModel1.AlternateMobile,
referredBy: myModel1.ReferredBy,
universityName: followupDetails.UniversityName,
courseName: followupDetails.CourseName,
pendingDocStatus: followupDetails.PendingDocStatus,
}
};
$http(update).then(function (response) {