lastchangesintracker
This commit is contained in:
parent
5cffb1261e
commit
12be2fd2f9
@ -1268,7 +1268,7 @@ if($feeDetails)
|
||||
|
||||
|
||||
//staff Name
|
||||
$sql_staf = "select StaffID,concat(Firstname,Lastname) as staff_name from T_StaffDetails where IsActive = 1 and BranchCode = '".$br."'";
|
||||
$sql_staf = "select StaffID,concat(Firstname,Lastname) as staff_name from T_StaffDetails where BranchCode = '".$br."'";
|
||||
$staff=$this->db->query($sql_staf);
|
||||
$staff_list = $staff->result();
|
||||
|
||||
|
||||
@ -109,6 +109,7 @@
|
||||
<th>Course</th>
|
||||
<th>Sem/Year</th>
|
||||
<th>University</th>
|
||||
<th>Admitted By</th>
|
||||
<th>Exam Writing Fee</th>
|
||||
<th>Comments</th>
|
||||
|
||||
@ -127,6 +128,7 @@
|
||||
<td>{{p.Course_name}}</td>
|
||||
<td>{{p.Sem_year}}</td>
|
||||
<td>{{p.University}}</td>
|
||||
<td>{{p.AdmittedBy}}</td>
|
||||
<td style="text-align:right;">{{p.Amount}}</td>
|
||||
<td>{{p.Comments}}</td>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user