https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16791 --- Comment #4 from Anke Bruns <anke.bruns@gwdg.de> --- (In reply to Anke Bruns from comment #3)
Explanation could be added to https://koha-community.org/manual//latest/de/html/valuebuilder.html
In the script callnumber.pl there is a fairly good explanation that might be used as a template for the manual text:
=head1 DESCRIPTION
Is used for callnumber computation.
If the user send an empty string, we return a simple incremented callnumber. If a prefix is submited, we look for the highest callnumber with this prefix, and return it incremented. In this case, a callnumber has this form : "PREFIX 0009678570". - PREFIX is an upercase word - a space separator - 10 digits, with leading 0s if needed
=cut
(and I overlooked that David already pointed out the manual page, sorry!) -- You are receiving this mail because: You are watching all bug changes.