GWM
This commit is contained in:
parent
9e9171cdf8
commit
0a36997305
@ -196,7 +196,7 @@ class EndorsementController extends ResourceController
|
|||||||
'endorsement_type' => $reqData['endorsement_type'] ?? $endorsement['endorsement_type'],
|
'endorsement_type' => $reqData['endorsement_type'] ?? $endorsement['endorsement_type'],
|
||||||
'endorsement_description' => $reqData['endorsement_description'] ?? $endorsement['endorsement_description'],
|
'endorsement_description' => $reqData['endorsement_description'] ?? $endorsement['endorsement_description'],
|
||||||
'endorsement_no' => $reqData['endorsement_no'] ?? $endorsement['endorsement_no'],
|
'endorsement_no' => $reqData['endorsement_no'] ?? $endorsement['endorsement_no'],
|
||||||
'status' => 'Completed', // Fixed Update to Completed
|
'status' => $reqData['status'] ,
|
||||||
'endorsement_completion_file' => $uploadedCompletionFile,
|
'endorsement_completion_file' => $uploadedCompletionFile,
|
||||||
'updated_by' => $reqData['updated_by'] ?? null,
|
'updated_by' => $reqData['updated_by'] ?? null,
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user