https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29980 --- Comment #25 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- Created attachment 186509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186509&action=edit Bug 29980: Add a cataloguing plugin to check ISBN Test plan: - without patch login to Koha - edit a biblio and put a wrong ISBN in 020a (010a for unimarc). - leave the input field (looses focus), no warning - apply patch and do "reset_all" to make a full re-install. - edit the biblio again and put an invalid ISBN in 020a (010a for unimarc). - when you leave the input field you should have a warning saying "invalid ISBN". - the input field should turn yellow - you can still save the biblio with a wrong isbn, it is just a warning. - if you apply the patch on an existing install, you must manually link the value builder to your existing frameworks to get it working. -- You are receiving this mail because: You are watching all bug changes.