From 1bb9f76e66fd962930007964a2f918665dc3a956 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Wed, 25 Mar 2009 16:12:06 +0100 Subject: [PATCH] (bug #3057) mandatory subfield edition modify the "name" of mandatory input field. Signed-off-by: Galen Charlton --- admin/marc_subfields_structure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl index 3c15291bbe..0db96a3e3c 100755 --- a/admin/marc_subfields_structure.pl +++ b/admin/marc_subfields_structure.pl @@ -250,7 +250,7 @@ if ( $op eq 'add_form' ) { -id => "repeatable$i" ); $row_data{mandatory} = CGI::checkbox( - -name => "mandatory", + -name => "mandatory$i", -checked => $data->{'mandatory'} ? 'checked' : '', -value => 1, -label => '', -- 2.20.1