https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29980
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds a new |This enhancement adds a new release notes|system preference |cataloging plugin (value |ValidateISBN. When enabled, |builder) for validating |Koha will apply a valid |ISBNs. If you save a record |checksum algorithm to ISBN |with an invalid ISB, a |fields (020$a for MARC21 |browser pop-up window warns |and 010$a for UNIMARC) to |that the ISBN is invalid, |validate the ISBN when |but you can still ignore |cataloguing bibliographic |this and save the record. |records. The user will be | |prompted to fix their |For new installations, the |invalid ISBN, or have the |validate_isbn.pl plugin is |option to bypass the ISBN |added to the bibliographic |check and save anyway. This |frameworks by default for |will work for both 10-digit |020$a (MARC21) or 010$a |and 13-digit ISBNs. |(UNIMARC). | | |This patch also cleans up |For existing installations, |some bad indentation in |update your frameworks |cataloguing/addbiblio.pl. |manually. --- Comment #35 from David Nind <[email protected]> --- I like this, and I've added a release note. Should the warning be in the standard warnings/errors above the record when saving a record, instead of browser pop-up message? In my view, using a browser pop-up message is inconsistent with the current pattern we use for warning/errors when editing/saving records. -- 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/
