CHANGE_GET_ALL_FILE_IN_THE_CLAIMS

This commit is contained in:
VENKATESHWARAN 2025-11-28 08:57:06 +05:30
parent 148441ccf4
commit fd4803a50b

View File

@ -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) {