From e16385b4966fbc3ec5688aea610c9aa8b16e8648 Mon Sep 17 00:00:00 2001
From: Cedric <c.gross@kreiz-it.fr>
Date: Tue, 25 Mar 2014 11:48:44 +0100
Subject: [PATCH] FIX :[bug #1309]

---
 htdocs/comm/action/fiche.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php
index 2d22e77619d..9c980e5c00f 100644
--- a/htdocs/comm/action/fiche.php
+++ b/htdocs/comm/action/fiche.php
@@ -538,7 +538,7 @@ if ($action == 'create')
 
 	// Busy
 	print '<tr><td width="30%" class="nowrap">'.$langs->trans("Busy").'</td><td>';
-	print '<input id="transparency" type="checkbox" name="transparency" value="'.$actioncomm->transparency.'">';
+	print '<input id="transparency" type="checkbox" name="transparency" >';
 	print '</td></tr>';
 
 	// Realised by
-- 
GitLab