From 44abf9522e15804685fec5726b0127a3243439f1 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Wed, 3 Jul 2002 05:04:42 +0000 Subject: [PATCH] max(barcode) was getting incremented twice when adding new items. --- acqui.simple/addbooks.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/acqui.simple/addbooks.pl b/acqui.simple/addbooks.pl index b61175713f..0043d95d0f 100755 --- a/acqui.simple/addbooks.pl +++ b/acqui.simple/addbooks.pl @@ -328,7 +328,6 @@ EOF } else { $maxbarcode=$biblionumber; } - $maxbarcode++; # print STDERR "MaxBarcode: $maxbarcode \n"; print << "EOF";
-- 2.39.5