From d17c4a4e6773ff221b8f844bbd2bf4028dff4679 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Nana?= <sebastien.nana@maarch.org>
Date: Wed, 6 Jul 2016 08:35:35 +0000
Subject: [PATCH] FIX #4193 add record_traffic in display parapheur

---
 visa/trunk/class/class_modules_tools_Abstract.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/visa/trunk/class/class_modules_tools_Abstract.php b/visa/trunk/class/class_modules_tools_Abstract.php
index 19132a0c55b..9466d4f2170 100644
--- a/visa/trunk/class/class_modules_tools_Abstract.php
+++ b/visa/trunk/class/class_modules_tools_Abstract.php
@@ -146,7 +146,7 @@ abstract class visa_Abstract extends Database
 		$stmt = $db->query("select filename, format, path, title, res_id, res_id_version, attachment_type "
 			. "from res_view_attachments where res_id_master = ? AND status <> 'OBS' AND status <> 'SIGN' "
 			. "AND status <> 'DEL' and attachment_type IN "
-			. "('response_project','signed_response','outgoing_mail','waybill','transfer', 'simple_attachment', 'envelope', 'transmission', 'aihp') order by creation_date desc",
+			. "('response_project','signed_response','outgoing_mail','waybill','transfer', 'simple_attachment', 'envelope', 'transmission', 'aihp', 'record_traffic') order by creation_date desc",
 			array($res_id));
 
 		$array_reponses = array();
-- 
GitLab