https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35329 --- Comment #14 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Owen Leonard from comment #12)
Here's what I've found so far:
- The search from neworderempty.pl doesn't work at all. The form shows up but doesn't work to return results.
Should be fixed on "Bug 35329: Fix neworderempty"
- On some pages there is feedback when you click an "Add" button from the search results. If you select a patron who has a space in borrowers.firstname, e.g. "John Quincy" the message looks like this:
"Patron 'John%20Quincy Adams' added."
Reported on a separate bug (it affects master): bug 35756
- Intermittently I get this error:
Uncaught TypeError: can't access property "description", categories_map[data.toLowerCase()] is undefined
...but I haven't been able to pin down how to reproduce it.
This can happen if one of patron's category is not defined in the patron categories admin area (not possible, we have a FK, but maybe it's NULL?). Or if you have created a patron category in a separate window and run the search from the modal without having refreshed it. Just guesses here... -- You are receiving this mail because: You are watching all bug changes.