From 557afac426231cff5dc2bbedfa52c1e00495d408 Mon Sep 17 00:00:00 2001
From: "florian.azizian" <florian.azizian@maarch.org>
Date: Thu, 3 Dec 2020 18:22:11 +0100
Subject: [PATCH] FEAT #14996 TIME 0:03 Format is missing for attachments

---
 .../externalSignatoryBook/controllers/IxbusController.php       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/external/externalSignatoryBook/controllers/IxbusController.php b/src/app/external/externalSignatoryBook/controllers/IxbusController.php
index a95236d7a28..aa2451f9d7a 100755
--- a/src/app/external/externalSignatoryBook/controllers/IxbusController.php
+++ b/src/app/external/externalSignatoryBook/controllers/IxbusController.php
@@ -205,7 +205,7 @@ class IxbusController
             'select'    => [
                 'res_id', 'title', 'identifier', 'attachment_type',
                 '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'"],
             'data'      => [$aArgs['resIdMaster'], ['incoming_mail_attachment', 'signed_response']]
-- 
GitLab