http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8347 Priority: P5 - low Change sponsored?: --- Bug ID: 8347 CC: m.de.rooy@rijksmuseum.nl Assignee: gmcharlt@gmail.com Summary: Koha forces UNIMARC 100 field code language to 'fre' Severity: enhancement Classification: Unclassified OS: All Reporter: frederic@tamil.fr Hardware: All Status: NEW Version: rel_3_10 Component: Cataloging Product: Koha Reported on Koha mailing list: I can not change the UNIMARC 100 FIELD Language of cataloging. I changed the default "fre" to "chi", I saved it . But I find all 100 FIELD Language of cataloging are "fre" again. Take a look at C4/Biblio.pm module, line 3547: substr( $string, 22, 6, "frey50" ); Check also rebuild_zebra.pl fix_unimarc_100() function. -- You are receiving this mail because: You are watching all bug changes.