Skip to content
Snippets Groups Projects
Verified Commit eda781ec authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #10387 TIME 1 fix retrieve validated attachment

parent c5519fa2
No related branches found
No related tags found
No related merge requests found
......@@ -415,7 +415,7 @@ foreach ($retrievedMails['noVersion'] as $resId => $value) {
'format' => $value->format,
'attachment_type' => $value->attachment_type,
'relation' => $value->relation + 1,
'attachment_id_master' => $value->attachment_id_master,
'attachment_id_master' => $resId,
'status' => 'TRA',
'encodedFile' => $value->encodedFile,
'table' => 'res_version_attachments',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment