CHANGE_TICKETING_SYSTEM - VADIVEL J 2025-08-21
This commit is contained in:
parent
2dcc7129bb
commit
8004860377
@ -109,7 +109,7 @@ class ThzController extends BaseController
|
|||||||
|
|
||||||
$data = $this->request->getPost();
|
$data = $this->request->getPost();
|
||||||
|
|
||||||
$data['notes_type'] = $data['notes_ticket_type'] ?? 'External' ;
|
$data['notes_type'] = $data['notes_type'] ?? 'External' ;
|
||||||
|
|
||||||
$result = $this->thzMasterNotesModel->insert($data);
|
$result = $this->thzMasterNotesModel->insert($data);
|
||||||
|
|
||||||
@ -161,12 +161,12 @@ class ThzController extends BaseController
|
|||||||
public function ticketConversationList(){
|
public function ticketConversationList(){
|
||||||
|
|
||||||
$data = $this->request->getGet();
|
$data = $this->request->getGet();
|
||||||
$data = $this->request->getGet();
|
|
||||||
$returnType = strtolower($this->request->getGet('return_type') ?? 'api');
|
$returnType = strtolower($this->request->getGet('return_type') ?? 'api');
|
||||||
|
|
||||||
$thz_id = $data['thz_id'] ?? null;
|
$thz_id = $data['thz_id'] ?? null;
|
||||||
|
|
||||||
$ticketType = $data['notes_ticket_type'] ?? 'External' ;
|
$ticketType = $data['notes_type'] ?? 'External' ;
|
||||||
|
|
||||||
if($thz_id){
|
if($thz_id){
|
||||||
$result['master'] = $this->thzMasterModel
|
$result['master'] = $this->thzMasterModel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user