koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Biblio.pm,1.56,1.57


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.56,1.57
Date: Tue, 15 Jul 2003 16:09:20 -0700

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

Modified Files:
        Biblio.pm 
Log Message:
change show columns to use biblioitems bnotes too

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** Biblio.pm   15 Jul 2003 11:34:52 -0000      1.56
--- Biblio.pm   15 Jul 2003 23:09:18 -0000      1.57
***************
*** 2,5 ****
--- 2,8 ----
  # $Id$
  # $Log$
+ # Revision 1.57  2003/07/15 23:09:18  slef
+ # change show columns to use biblioitems bnotes too
+ #
  # Revision 1.56  2003/07/15 11:34:52  slef
  # fixes from paul email
***************
*** 1099,1102 ****
--- 1102,1106 ----
        $sth2->execute;
        while (($field)=$sth2->fetchrow) {
+               if ($field eq 'notes') { $field = 'bnotes'; }
                
$result=&MARCmarc2kohaOneField($sth,"biblioitems",$field,$record,$result);
        }




reply via email to

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