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

--- Comment #1 from stephane.dela...@biblibre.com ---
Created attachment 60552
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60552&action=edit
Bug 18153 : fix unimarc label in export tool

The standard UNIMARC requires than the 9th character (starting from 0) in
labels must be blank (while it may be 'a' in marc21), but under certain
conditions (e.g. when a iso2709 file is imported) Koha's unimarc records can
have an invalid char. 'a' in label pos.9

So when we want to export them with export's tool, if marcflavour syspref is
UNIMARC, we need to delete this bad 'a' char from label pos.9 (to have blank) :
this patch make this

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to