[Koha-bugs] [Bug 29181] Allow patron card creator to use a report to get list of borrowers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 26 17:28:15 CEST 2023


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

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 152697
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152697&action=edit
Bug 29181: Create patron card creator batch from report result

This patch adds the option of taking the results of a report that
returns borrowernumbers and create a new patron card creator batch with
those results.

The logic of the dropdown menu has been modified in order to ensure that
duplicate patron modification options aren't shown in the menu when a
report return both borrowernumber and cardnumber.

To test, apply the patch and create a new report which will return
patron borrowernumbers, e.g.

SELECT borrowernumber, cardnumber, surname, firstname FROM borrowers
order by RAND() LIMIT 20

- Run your report
- Click the "Batch operations with..." button at the top of the result
  -  Click "Patron card creator"
- A new tab should open with a new patron card creator batch with the
  patrons from your report.

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


More information about the Koha-bugs mailing list