https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40258
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190635|0 |1 is obsolete| | --- Comment #3 from David Nind <[email protected]> --- Created attachment 190747 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190747&action=edit Bug 40258: Option to only use item-level recalls and disable record-level recalls This enhancement adds a new system preference, RecallsRecordLevel, which can be turned off to only allow item-level recalls to be placed. It is enabled by default to match current default behaviour. When disabled, the option to 'recall next available item' is not shown. To test: 1) Apply patch, install database updates and restart services 2) Log in to the staff interface and go to Koha Administration. Search for the UseRecalls system preference and ensure it is enabled. Notice the new RecallsRecordLevel system preference. Confirm the description makes sense. Make sure any recalls related circulation rules are set as needed. 3) Search for an item and check it out to Patron B. 4) Log in to the OPAC as Patron A and search for the item you just checked out to Patron B. 5) Go to Place a recall on this record. You should see both options - 'recall next available item' and 'recall a specific item'. Toggle between the options and confirm the items table shows when choosing the 'recall a specific item' option. Do not actually submit the recall request. 6) Go back to the staff interface and change the RecallsRecordLevel to 'item-level only' and Save. 7) Refresh the OPAC recall page. Notice that the 'recall next available item' option no longer shows, and the items table is already showing. Sponsored-by: Auckland University of Technology Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
