https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29375 Bug ID: 29375 Summary: Excessive regular expressions Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Lists Assignee: koha-bugs@lists.koha-community.org Reporter: andriiverem@gmail.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Depends on: 29114 There are several places throughout the application where regular expressions are used for the whitespaces trimming together with the normalization function C4::Circulation::barcodedecode. It is an overkilling and better to remove those regular expressions, because C4::Circulation::barcodedecode trimming whitespaces by itself. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29114 [Bug 29114] Can not add barcodes with whitespaces at the beginning to the list -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.