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

            Bug ID: 10996
           Summary: Cannot exclude numeric subfields on export
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Tools
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Tools export allows you to specify tags and subfields to strip from exported
records. However if the subfields you specify are numeric they are not stripped

Cause the regexp used to parse the exclusion list considers all numerics to be
part of the tag number so an attempt to strip $9 from tag 110 ends up in
stripping tag 1109!!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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