https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16791 Anke Bruns <anke.bruns@gwdg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anke.bruns@gwdg.de --- Comment #3 from Anke Bruns <anke.bruns@gwdg.de> --- 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 -- You are receiving this mail because: You are watching all bug changes.