Skip to content

Commit

Permalink
Merge pull request #1508 from KreizIT/3.5
Browse files Browse the repository at this point in the history
FIX :[bug #1309]
  • Loading branch information
eldy committed Mar 27, 2014
2 parents c6b700d + 57cf384 commit f282ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/action/fiche.php
Expand Up @@ -538,7 +538,7 @@ function setdatefields()

// 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"'.($actioncomm->transparency?' checked="checked"':'').'>';
print '</td></tr>';

// Realised by
Expand Down

0 comments on commit f282ffc

Please sign in to comment.