course details changes done
This commit is contained in:
parent
35a28fe465
commit
91632d766a
@ -250,6 +250,8 @@ class Call_Tracking_Controller extends REST_Controller {
|
|||||||
{
|
{
|
||||||
$search['requestedBy'] = $this->post('requestedBy');
|
$search['requestedBy'] = $this->post('requestedBy');
|
||||||
$search['BranchID'] = $this->post('branchId');
|
$search['BranchID'] = $this->post('branchId');
|
||||||
|
$search['requestedDept'] = $this->post('requestedDept');
|
||||||
|
|
||||||
$getdashBoardCallDetails = $this->Calltracking_model->getDashboardTrackingDetails($search);
|
$getdashBoardCallDetails = $this->Calltracking_model->getDashboardTrackingDetails($search);
|
||||||
if ($getdashBoardCallDetails)
|
if ($getdashBoardCallDetails)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user