diff --git a/Apollo/api/application/models/Fees_status_model.php b/Apollo/api/application/models/Fees_status_model.php index b5159f81..d55c5cdd 100755 --- a/Apollo/api/application/models/Fees_status_model.php +++ b/Apollo/api/application/models/Fees_status_model.php @@ -560,6 +560,9 @@ class Fees_status_model extends CI_Model $insertfollowup_Details['FollowupComments']=$arrayDetails['FollowupComments']; $insertfollowup_Details['CreatedBy'] = $arrayDetails['CreatedBy']; $insertfollowup_Details['CreatedOn'] = $arrayDetails['CreatedOn']; + $insertfollowup_Details['StatusName'] = $arrayDetails['StatusCode']; + $insertfollowup_Details['AssignedStaff'] = $arrayDetails['CreatedBy']; + $this->db->insert(LEAD_TRACKING_FOLLOWUP, $insertfollowup_Details); // this if for insert follow up details diff --git a/Apollo/api/application/models/Student_model.php b/Apollo/api/application/models/Student_model.php index 04090f39..131b131d 100755 --- a/Apollo/api/application/models/Student_model.php +++ b/Apollo/api/application/models/Student_model.php @@ -1090,6 +1090,9 @@ class Student_model extends CI_Model { $insertfollowup_Details['FollowupComments'] = $arrayDetails['FollowupComments']; $insertfollowup_Details['CreatedBy'] = $fromDetails['CreatedBy']; $insertfollowup_Details['CreatedOn'] = $arrayDetails['CreatedOn']; + $insertfollowup_Details['StatusName'] = $arrayDetails['StatusCode']; + $insertfollowup_Details['AssignedStaff'] = $arrayDetails['CreatedBy']; + $this->db->insert(LEAD_TRACKING_FOLLOWUP, $insertfollowup_Details); // this if for insert follow up details diff --git a/Apollo/assets/views/callTrackingCloseDetails.html b/Apollo/assets/views/callTrackingCloseDetails.html index d55a1178..29d0299a 100755 --- a/Apollo/assets/views/callTrackingCloseDetails.html +++ b/Apollo/assets/views/callTrackingCloseDetails.html @@ -53,10 +53,12 @@ close-text="Close" ng-change="checkDate(myModel)" ng-readonly="true"/> - - - - + +
+ +
@@ -92,7 +94,7 @@ - + diff --git a/Apollo/assets/views/callTrackingLeadDetails.html b/Apollo/assets/views/callTrackingLeadDetails.html index 38989084..84f87ff2 100755 --- a/Apollo/assets/views/callTrackingLeadDetails.html +++ b/Apollo/assets/views/callTrackingLeadDetails.html @@ -54,10 +54,12 @@ close-text="Close" ng-change="checkDate(myModel)" ng-readonly="true"/>
- - - - + +
+ +
@@ -93,7 +95,7 @@ - + diff --git a/Apollo/assets/views/callTrackingPendingDetails.html b/Apollo/assets/views/callTrackingPendingDetails.html index a3999f06..e8a25540 100755 --- a/Apollo/assets/views/callTrackingPendingDetails.html +++ b/Apollo/assets/views/callTrackingPendingDetails.html @@ -54,10 +54,12 @@ close-text="Close" ng-change="checkDate(myModel)" ng-readonly="true"/>
- - - - + +
+ +
@@ -93,7 +95,7 @@ - + diff --git a/Apollo/assets/views/student/editStudentDetails.html b/Apollo/assets/views/student/editStudentDetails.html index 325c3de4..5fce2f43 100755 --- a/Apollo/assets/views/student/editStudentDetails.html +++ b/Apollo/assets/views/student/editStudentDetails.html @@ -633,7 +633,7 @@ - {{penddoc.Details}} + {{penddoc.Details}} {{penddoc.DocumentDate}}