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.115.2.1,1.115.2.2


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.115.2.1,1.115.2.2
Date: Tue, 11 Jan 2005 08:03:00 -0800

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

Modified Files:
      Tag: rel_2_2
        Biblio.pm 
Log Message:
in catalogue, modifs were not stored properly the non-MARC item DB. Affect only 
libraries without barcodes.

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.115.2.1
retrieving revision 1.115.2.2
diff -C2 -r1.115.2.1 -r1.115.2.2
*** Biblio.pm   11 Jan 2005 14:45:37 -0000      1.115.2.1
--- Biblio.pm   11 Jan 2005 16:02:35 -0000      1.115.2.2
***************
*** 1806,1814 ****
          $item->{'location'},     $item->{'itemnum'}
      );
-     if ( $item->{'barcode'} eq '' ) {
-         $item->{'notforloan'} = 0 unless $item->{'notforloan'};
-         $query = "update items set notforloan=? where itemnumber=?";
-         @bind = ( $item->{'notforloan'}, $item->{'itemnum'} );
-     }
      if ( $item->{'lost'} ne '' ) {
          $query = "update items set biblioitemnumber=?,
--- 1806,1809 ----
***************
*** 2632,2635 ****
--- 2627,2633 ----
  # $Id$
  # $Log$
+ # Revision 1.115.2.2  2005/01/11 16:02:35  tipaul
+ # in catalogue, modifs were not stored properly the non-MARC item DB. Affect 
only libraries without barcodes.
+ #
  # Revision 1.115.2.1  2005/01/11 14:45:37  tipaul
  # bugfix : issn were not stored correctly in non-MARC DB on biblio 
modification




reply via email to

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