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

FEAT #14996 TIME 0:03 Format is missing for attachments

parent 3c6738b9
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ class IxbusController ...@@ -205,7 +205,7 @@ class IxbusController
'select' => [ 'select' => [
'res_id', 'title', 'identifier', 'attachment_type', 'res_id', 'title', 'identifier', 'attachment_type',
'status', 'typist', 'docserver_id', 'path', 'filename', 'creation_date', 'status', 'typist', 'docserver_id', 'path', 'filename', 'creation_date',
'validation_date', 'relation', 'origin_id', 'fingerprint' 'validation_date', 'relation', 'origin_id', 'fingerprint', 'format'
], ],
'where' => ["res_id_master = ?", "attachment_type not in (?)", "status not in ('DEL', 'OBS', 'FRZ', 'TMP', 'SEND_MASS')", "in_signature_book = 'true'"], 'where' => ["res_id_master = ?", "attachment_type not in (?)", "status not in ('DEL', 'OBS', 'FRZ', 'TMP', 'SEND_MASS')", "in_signature_book = 'true'"],
'data' => [$aArgs['resIdMaster'], ['incoming_mail_attachment', 'signed_response']] 'data' => [$aArgs['resIdMaster'], ['incoming_mail_attachment', 'signed_response']]
......
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