Merge branch 'master' of https://bitbucket.org/venbainformationtechnology/apollodec
This commit is contained in:
commit
e9e0918134
@ -976,7 +976,7 @@ from T_Lead_Tracking_Followup as ltf
|
||||
";
|
||||
}
|
||||
if ($ass != ''){
|
||||
$sql.=" and sd.StaffID >= '".$ass."'
|
||||
$sql.=" and sd.StaffID = '".$ass."'
|
||||
";
|
||||
}
|
||||
if ($from != ''){
|
||||
@ -1304,7 +1304,7 @@ if($feeDetails)
|
||||
|
||||
|
||||
//staff Name
|
||||
$sql_staf = "select StaffID,concat(Firstname,Lastname) as staff_name from T_StaffDetails where BranchCode = '".$br."'";
|
||||
$sql_staf = "select StaffID,Firstname as staff_name from T_StaffDetails where BranchCode = '".$br."'";
|
||||
$staff=$this->db->query($sql_staf);
|
||||
$staff_list = $staff->result();
|
||||
|
||||
|
||||
@ -141,6 +141,7 @@
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Total</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user