From c8a32eab4d9c4c3168723959511809b5c7e92938 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Wed, 25 Mar 2009 16:08:48 +0100 Subject: [PATCH] (bug #3057) mandatory subfield edition modify the "name" of mandatory input field. --- 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 8c1c4504d8..7884d0bc2b 100755 --- a/admin/marc_subfields_structure.pl +++ b/admin/marc_subfields_structure.pl @@ -258,7 +258,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.39.5