(bug #3057) mandatory subfield edition
modify the "name" of mandatory input field. Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
92051e44dd
commit
1bb9f76e66
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ if ( $op eq 'add_form' ) {
|
||||||
-id => "repeatable$i"
|
-id => "repeatable$i"
|
||||||
);
|
);
|
||||||
$row_data{mandatory} = CGI::checkbox(
|
$row_data{mandatory} = CGI::checkbox(
|
||||||
-name => "mandatory",
|
-name => "mandatory$i",
|
||||||
-checked => $data->{'mandatory'} ? 'checked' : '',
|
-checked => $data->{'mandatory'} ? 'checked' : '',
|
||||||
-value => 1,
|
-value => 1,
|
||||||
-label => '',
|
-label => '',
|
||||||
|
|
Loading…
Reference in a new issue