[Koha-bugs] [Bug 30850] Add default mapping for biblio.author to 110$a (MARC21)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 1 13:15:26 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30850

--- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Might be the easiest to point you to an example that you could copy and adjust:

Take e.g. this file installer/data/mysql/db_revs/220600000.pl
This dbrev (database revision) or atomic update only contains a informational
print statement.
Copy this file to installer/data/mysql/atomicupdate/bug_30850.pl
Adjust it, changing the description, bug number and print statements.
When you remove the utf8 clutter here, no need to keep the use uft8; use Encode
and the encode_utf8 calls before printing (with the say statement).
Test it by running updatedatabase.pl
And ready to go !

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list