koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/authorities authorities.pl,1.8.2.3,1.8.2.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/authorities authorities.pl,1.8.2.3,1.8.2.4
Date: Tue, 25 Oct 2005 06:09:54 -0700

Update of /cvsroot/koha/koha/authorities
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12555/authorities

Modified Files:
      Tag: rel_2_2
        authorities.pl 
Log Message:
* adding a feature to enable reordering of subfields in MARC editor (can be 
considered as a bug ? at least one of my libraries think that yes !)
(authority MARC editor)

Index: authorities.pl
===================================================================
RCS file: /cvsroot/koha/koha/authorities/authorities.pl,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -C2 -r1.8.2.3 -r1.8.2.4
*** authorities.pl      30 May 2005 11:53:15 -0000      1.8.2.3
--- authorities.pl      25 Oct 2005 13:09:52 -0000      1.8.2.4
***************
*** 140,144 ****
        $subfield_data{mandatory}=$tagslib->{$tag}->{$subfield}->{mandatory};
        $subfield_data{repeatable}=$tagslib->{$tag}->{$subfield}->{repeatable};
! #     $subfield_data{kohafield}=$tagslib->{$tag}->{$subfield}->{kohafield};
        if ($tagslib->{$tag}->{$subfield}->{authorised_value}) {
                $subfield_data{marc_value}= build_authorized_values_list($tag, 
$subfield, $value, $dbh,$authorised_values_sth);
--- 140,144 ----
        $subfield_data{mandatory}=$tagslib->{$tag}->{$subfield}->{mandatory};
        $subfield_data{repeatable}=$tagslib->{$tag}->{$subfield}->{repeatable};
!       $subfield_data{index} = $i;
        if ($tagslib->{$tag}->{$subfield}->{authorised_value}) {
                $subfield_data{marc_value}= build_authorized_values_list($tag, 
$subfield, $value, $dbh,$authorised_values_sth);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]