https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29980
Arthur Suzuki <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #24 from Arthur Suzuki <[email protected]> --- Hello, This is an alternative patch. It's a cataloguing plugin (value builder) which you can attach to any subfield to check ISBN. To test, edit the cataloguing framework and attach the value builder to any field containing an ISBN. Then when you edit the field, it will alert and say "Valid" or "Invalid" ISBN when the field looses focus. However, I don't know if it's possible for value builders to block the form submission (maybe improve the JS?). Also I've seen there are methods in Business::ISBN to fix the ISBN if only the checksum part is invalid. That could be very useful when you want to change from isbn10 to isbn13 but don't know / want to compute the checksum by hand. This is a draft patch, any ideas for improvement are welcome. (I have to submit a test plan as well...). -- 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/
