[Koha-bugs] [Bug 10715] New: MARC21 007 Plugin Editor doesn't load position 01

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 13 04:13:22 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10715

            Bug ID: 10715
           Summary: MARC21 007 Plugin Editor doesn't load position 01
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

Currently, position 01 isn't loaded into the plugin editor for the 007 field in
MARC21.

This is because the template expects 1 character but the perl script is trying
to pass in 4 characters. 

I can see no reason for this and when I do a git blame, it looks like this
might be an accidental holdover from a past implementation of the plugin
editor.

If we switch the perl script to pass 1 character instead of 4, the plugin
editor works as it should and I see no undesirable behaviours.

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


More information about the Koha-bugs mailing list