https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29114
--- Comment #5 from Fridolin Somers <[email protected]> --- (In reply to Fridolin Somers from comment #2) > A agree 100%, but I think we should trim also trailing whitespaces, like in > check-out : > https://git.koha-community.org/Koha-community/Koha/src/commit/ > 870e3e8e161f6da998c1deae216d7fdf0d0490e7/circ/circulation.pl#L159 Super, it is in patch : + $barcode =~ s/^\s*|\s*$//g; # remove leading/trailing whitespace We should add "trailing" to bug description, release notes and commit message. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
