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

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Jul 3 07:04:44 CEST 2002


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 ----





More information about the Koha-cvs mailing list