[Koha-bugs] [Bug 36135] Add tool to batch edit expiration dates of holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 11 12:53:08 CET 2024


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

--- Comment #6 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> ---
Created attachment 163024
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163024&action=edit
Bug 36135: Allow using SQL results in batch modify holds tool

This patch adds ability to use SQL results for batch holds
tool if report contains column reserve_id.

To test:
1. Create SQL report which contains column for reserve_id.
=> e.g "SELECT reserve_id FROM reserves limit 10".
2. Run report.
3. Over report select "Batch operations" should be displayed
and under that there should be option "Batch modify holds".
4. Click "Batch modify holds" option.
=> Confirm that holds displayed in "Batch mofidy holds" tool
are same as found with your report.

Sponsored-by: Koha-Suomi Oy

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


More information about the Koha-bugs mailing list