CHANGE_TICKETING_SYSTEM - VADIVEL J 2025-08-21

This commit is contained in:
vadivelJ96 2025-08-21 16:52:22 +05:30
parent 2dcc7129bb
commit 8004860377

View File

@ -109,7 +109,7 @@ class ThzController extends BaseController
$data = $this->request->getPost();
$data['notes_type'] = $data['notes_ticket_type'] ?? 'External' ;
$data['notes_type'] = $data['notes_type'] ?? 'External' ;
$result = $this->thzMasterNotesModel->insert($data);
@ -161,12 +161,12 @@ class ThzController extends BaseController
public function ticketConversationList(){
$data = $this->request->getGet();
$data = $this->request->getGet();
$returnType = strtolower($this->request->getGet('return_type') ?? 'api');
$thz_id = $data['thz_id'] ?? null;
$ticketType = $data['notes_ticket_type'] ?? 'External' ;
$ticketType = $data['notes_type'] ?? 'External' ;
if($thz_id){
$result['master'] = $this->thzMasterModel