[Koha-bugs] [Bug 9921] Make it possible to force 001 = biblionumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 6 12:52:18 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9921

--- Comment #5 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Interesting patch! Few questions: 

my $incrementalCN=C4::Context->preference('incrementalControlNumber');
my $sth = $dbh->prepare(q{UPDATE systempreferences SET value = ? WHERE variable
= 'incrementalControlNumber'});
Wouldn't it be more safe to ask for a new incremental number in one call
(concurrent users etc.) ?
So, call a function, increment the number in the db rightaway, return the
number, save it.

Copyright 2000-2002 Katipo Communications
You add a new file with a 2000 copyright?
You could strip what is not needed.

You create marc21_field_001.pl
But it looks like this plugin could be of use for UNIMARC as well (same field)? 

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list