common files changes university enrolment details

This commit is contained in:
gandhimathi 2018-09-06 12:53:08 +05:30
parent 864e65d1cd
commit 17e654509c
4 changed files with 14 additions and 0 deletions

View File

@ -755,6 +755,7 @@ class Receive_Enrolment_Fees_Univ_model extends CI_Model {
$this->db->select('UniversityID,UniversityName');
$this->db->order_by('UniversityID','DESC');
$this->db->where('IsActive','1');
$this->db->group_by('UniversityName');
// $this->db->where('BranchCode',$branchID);
$universityDetails = $this->db->get(UNIVERSITY);
$universityResult=array();

View File

@ -243,6 +243,9 @@ app.constant('JS_REQUIRES', {
'student_university_fee_compareCtrl':'assets/js/controllers/student_university_fee_compare.js',
'studentUnivFormIdFeeDetailsCtrl': 'assets/js/controllers/studentUnivFormIdFeeDetailsCtrl.js',
// university form payment details
'univFormPaymentCtrl': 'assets/js/controllers/univFormPaymentCtrl.js',
},
//*** angularJS Modules

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>