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

FIX 12091 TIME 0:05 rm recipientID, recipientType

parent 43383b54
No related branches found
No related tags found
No related merge requests found
...@@ -698,8 +698,6 @@ class AttachmentController ...@@ -698,8 +698,6 @@ class AttachmentController
'resIdMaster' => $attachment['res_id_master'], 'resIdMaster' => $attachment['res_id_master'],
'chrono' => $attachment['identifier'], 'chrono' => $attachment['identifier'],
'type' => $attachment['attachment_type'], 'type' => $attachment['attachment_type'],
'recipientId' => $recipient['item_id'],
'recipientType' => 'contact',
'inSignatureBook' => true 'inSignatureBook' => true
]; ];
......
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