koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/admin marc_subfields_structure.pl,1.14,1.15


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/admin marc_subfields_structure.pl,1.14,1.15
Date: Tue, 15 Jul 2003 16:09:20 -0700

Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv28427/admin

Modified Files:
        marc_subfields_structure.pl 
Log Message:
change show columns to use biblioitems bnotes too

Index: marc_subfields_structure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marc_subfields_structure.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** marc_subfields_structure.pl 20 Jun 2003 16:26:12 -0000      1.14
--- marc_subfields_structure.pl 15 Jul 2003 23:09:18 -0000      1.15
***************
*** 97,100 ****
--- 97,101 ----
        $sth2->execute;
        while ((my $field) = $sth2->fetchrow_array) {
+               if ($field eq 'notes') { $field = 'bnotes'; }
                push @kohafields, "biblioitems.".$field;
        }




reply via email to

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