call track changes
This commit is contained in:
parent
e4c71ccf28
commit
ddd88204f2
@ -1545,7 +1545,9 @@ app.controller('callTrackingCtrl2', ["$scope","$rootScope","toaster", "$filter",
|
||||
$rootScope.currentDate1=new Date().getFullYear() + '-' + ('0' + (new Date().getMonth() + 1)).slice(-2) + '-' + ('0' + new Date().getDate()).slice(-2);
|
||||
|
||||
}
|
||||
|
||||
if($rootScope.currentDate1>new Date()){
|
||||
$rootScope.currentDate1=new Date();
|
||||
}
|
||||
$rootScope.myModel1.date=$rootScope.followupDetails.followupDetails[0].FollowupOn;
|
||||
// get 30 plus date for follwup details
|
||||
$rootScope.modifyDate1 = moment();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user