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: gmcharlt@gmail.com Reporter: colin.campbell@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org 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.