---
cataloguing/value_builder/callnumber-KU.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cataloguing/value_builder/callnumber-KU.pl
b/cataloguing/value_builder/callnumber-KU.pl
index e0fa444..9fdc6b7 100755
--- a/cataloguing/value_builder/callnumber-KU.pl
+++ b/cataloguing/value_builder/callnumber-KU.pl
@@ -116,7 +116,7 @@ sub plugin {
if ($num1 > $next) { # a hole in numbering found, stop
last;
}
- $next++;
+ $next = $num1 + 1;
}
$ret = "$alpha $num_alpha" . sprintf("%0${len}d", $next) if
length($next) <= $len; # no overflow
}
--
1.6.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/