koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5.2.4,1.5.2.5


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.5.2.4,1.5.2.5
Date: Tue, 02 Jul 2002 22:04:44 -0700

Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv29566

Modified Files:
      Tag: rel-1-2
        addbooks.pl 
Log Message:
max(barcode) was getting incremented twice when adding new items.


Index: addbooks.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbooks.pl,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -C2 -r1.5.2.4 -r1.5.2.5
*** addbooks.pl 27 Jun 2002 16:26:52 -0000      1.5.2.4
--- addbooks.pl 3 Jul 2002 05:04:42 -0000       1.5.2.5
***************
*** 329,333 ****
            $maxbarcode=$biblionumber;
        }
-       $maxbarcode++;
  #       print STDERR "MaxBarcode: $maxbarcode \n";
        print << "EOF";
--- 329,332 ----




reply via email to

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