CHANGE_GET_ALL_FILE_IN_THE_CLAIMS
This commit is contained in:
parent
148441ccf4
commit
fd4803a50b
@ -2656,7 +2656,7 @@ class EmployeeRestController extends AdminController
|
||||
->where('is_active', 1)
|
||||
->where('file_type', 2)
|
||||
->where('ticket_id', $ticket_id)
|
||||
->where('ticket_message_id', $ticket_message['id'])
|
||||
// ->where('ticket_message_id', $ticket_message['id'])
|
||||
->findAll();
|
||||
|
||||
foreach ($claim_files_data as &$value) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user