[Koha-bugs] [Bug 27142] Patron batch update from report module - no patrons loaded into view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 3 14:34:29 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27142

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 114146
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114146&action=edit
Bug 27142: Don't interpolate batch_type variable

To test:
1 - Create a report like:
    SELECT * FROM borrowers LIMIT 50
2 - Run the report
3 - Attempt batch modification - it fails showing every row as an unfound
cardnumber
4 - Apply patch
5 - Repeat
6 - Success!
7 - Edit report to:
    SELECT * FROM biblio LIMIT 50
8 - Repeat test
9 - Ensure batch modification and deletion work

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list