lastchangesintracker

This commit is contained in:
gayathri1990 2018-10-01 18:57:58 +05:30
parent 5cffb1261e
commit 12be2fd2f9
2 changed files with 3 additions and 1 deletions

View File

@ -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();

View File

@ -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>