https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15702 --- Comment #3 from Marc Véron <veron@veron.ch> --- (In reply to Owen Leonard from comment #2)
Thanks for filing this bug--I should have done so ages ago. This is enough of a problem for us that I regularly run a report to catch these records and correct them. I'm not sure why librarians here are so trigger-happy on the keyboard.
We addressed this issue a long time ago with barcodes. See in returns.pl, line 253: $barcode =~ s/^\s*|\s*$//g; # remove leading/trailing whitespace
Is there any reason not to trim leading and trailing whitespace from all the data submitted during patron entry?
I think there is no any reason to not trim trailin and leading whte spaces. Please go ahead and I will be to signoff. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.