diff --git a/Apollo/api/application/models/Student_model.php b/Apollo/api/application/models/Student_model.php index c86fd2e8..93383065 100755 --- a/Apollo/api/application/models/Student_model.php +++ b/Apollo/api/application/models/Student_model.php @@ -460,7 +460,7 @@ class Student_model extends CI_Model $this->db->join(''.STUDENTS_FEES_PAID.' as t6', 't6.FeesId = t5.FeesID', 'LEFT'); $this->db->where('t1.BranchID', $req['localBranchID']); $this->db->where('t1.StudentID', $studentId); - $this->db->group_by('t1.StudentID'); + // $this->db->group_by('t1.StudentID'); $courseDetails = $this->db->get(); $checkArr = $courseDetails->result(); if (count($checkArr) > 0) { diff --git a/Apollo/assets/views/student/editStudentDetails.html b/Apollo/assets/views/student/editStudentDetails.html index b0cad34a..113bf222 100755 --- a/Apollo/assets/views/student/editStudentDetails.html +++ b/Apollo/assets/views/student/editStudentDetails.html @@ -342,7 +342,7 @@ Referred By + ng-disabled="p.Fee_paid_exist == 1 && localUserType == 'R002'" ng-pattern="/^[a-zA-Z.\s]*$/" /> Invalid Referred By
@@ -350,7 +350,7 @@ Refer's Mobile Number Refer's Mobile Number is required. Enter a Valid Phone Number @@ -369,19 +369,45 @@ +
- +
- +
+
+
+
+
+ ACTIVE +
+ IN-ACTIVE +
+
+
+
+
+ +
+
+ +
+
+
+ ng-disabled="p.Fee_paid_exist == 1 && localUserType == 'R002'" ng-model="p.DeactiveComments" required> Max 100 Characters. De-Active Comments is required