https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33513
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149582|0 |1 is obsolete| | --- Comment #3 from David Nind <[email protected]> --- Created attachment 149628 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149628&action=edit Bug 33513: (follow-up) Remove whitespace in batch report lists BugĀ 32368 added whitespaces, remove them. To test: 1 - Create a report like: SELECT biblionumber FROM biblio 2 - Run it 3 - Try the various options from the 'Batch operations' button 4 - The operations don't find the biblios 5 - Create a report like: SELECT cardnumber FROM borrowers 6 - Run it 7 - Test the batch operations 8 - They fail 9 - Apply patch 10 - Run each report again and test batch operations 11 - They work! Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
