From 20d18c347b2218f0b7355b9164f27dbb697c44f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Wed, 2 Dec 2009 13:55:20 +0100 Subject: [PATCH] Bug 3827: Impossible to set a subfield mandatory in biblio framework This patch is for 3.0.x. 3.2 is correct. --- 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 c8ee3df21c..7bcd0dc4bf 100755 --- a/admin/marc_subfields_structure.pl +++ b/admin/marc_subfields_structure.pl @@ -251,7 +251,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