Skip to content
Snippets Groups Projects
Commit dc96fb0c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #17642 TIME 0:10 proof attach with simple_attachment type

parent 13188c9f
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ foreach ($retrievedMails['noVersion'] as $resId => $value) {
'recipientType' => $value['recipient_type'],
'typist' => $value['typist'],
'format' => $value['logFormat'],
'type' => $value['attachment_type'],
'type' => 'simple_attachment',
'inSignatureBook' => false,
'encodedFile' => $value['log'],
'status' => 'TRA'
......
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