Skip to content
Snippets Groups Projects
Commit e16385b4 authored by Cédric Gross's avatar Cédric Gross
Browse files

FIX :[bug #1309]

parent f115501d
No related branches found
No related tags found
No related merge requests found
...@@ -538,7 +538,7 @@ if ($action == 'create') ...@@ -538,7 +538,7 @@ if ($action == 'create')
// Busy // Busy
print '<tr><td width="30%" class="nowrap">'.$langs->trans("Busy").'</td><td>'; 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>'; print '</td></tr>';
// Realised by // Realised by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment