https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32814
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from David Nind <[email protected]> --- It looks like I was testing this one at the same time as Owen! I added this plugin to 952$o for the BKS framework (MARC21). If I enter a value, such as AAA 0, when I click on the ... it jumps to the top of the screen (it does generate the value though - AAA 0001). It didn't do this before the patch was applied (and after a flush_memcached and restart_all). Description of plugin ~~~~~~~~~~~~~~~~~~~~~ Is used for callnumber computation. User must supply a letter prefix (unspecified length) followed by an empty space followed by a "number". "Number" is 4 character long, and is either a number sequence which is 01 padded. If input does not conform with this format any processing is omitted. Some examples of legal values that trigger auto allocation: AAA 0 - returns first unused number AAA 0xxx starting with AAA 0001 BBB 12 - returns first unused number BBB 12xx starting with BBB 1201 CCC QW - returns first unused number CCC QWxx starting with CCC QW01 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
