From e07380d3b220f68aacd0a95c2363f8edfc48f235 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex@alex-MAARCH>
Date: Thu, 2 Feb 2017 14:40:34 +0100
Subject: [PATCH] FIX #5174

---
 modules/attachments/show_res_id.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/attachments/show_res_id.php b/modules/attachments/show_res_id.php
index a580b272563..69e77bffb1c 100644
--- a/modules/attachments/show_res_id.php
+++ b/modules/attachments/show_res_id.php
@@ -39,7 +39,7 @@ if (input_res) {
 if ($_SESSION['current_basket']['id'] == "IndexingBasket") {
 	?>window.opener.$('attach').click();<?php
 }
-$_SESSION['stockCheckbox'] = '';
+//$_SESSION['stockCheckbox'] = '';
 ?>
 self.close();
 </script>
-- 
GitLab