CHANGE UI LEVEL FIXES - VADIVEL J 2025-08-21
This commit is contained in:
parent
e487e55ed2
commit
9fc435d5c0
@ -311,7 +311,7 @@ class ThzController extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function findAssigneeId($ticketId){
|
private function findAssigneeId($ticketId){
|
||||||
$row = $this->userModel->where('thz_id', $ticketId)->get()->getRow();
|
$row = $this->thzMasterModel->where('thz_id', $ticketId)->get()->getRow();
|
||||||
$assigneeId = $row ? $row->assign_to : null;
|
$assigneeId = $row ? $row->assign_to : null;
|
||||||
return $assigneeId ? $assigneeId : 0 ;
|
return $assigneeId ? $assigneeId : 0 ;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user