[Koha-patches] [PATCH] Bug: subfields mandatoryness checkbox is not working

Galen Charlton galen.charlton at liblime.com
Fri May 22 14:50:06 CEST 2009


Hi Andrei,

It looks like a version of this patch is already in HEAD, so I didn't
push it.  The patch in question (for bug 3057) is in the maintenance
tree (http://git.koha.org/cgi-bin/gitweb.cgi?p=koha-maintenance.git;a=summary),
so the problem should be fixed in 3.0.x once Henri merges in the
maintenance tree.

Regards,

Galen

On Fri, May 22, 2009 at 7:53 AM, Andrei V. Toutoukine <tut at isuct.ru> wrote:
>        modified:   admin/marc_subfields_structure.pl
> ---
>  admin/marc_subfields_structure.pl |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl
> index 3c15291..0db96a3 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    => '',
> --
> 1.5.6.5
>
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list