Bug 13394

Summary: cancel all holds doesn't generate slips
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: cbrannon, gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Nicole C. Engard 2014-12-04 18:46:51 UTC
When you're on the holds over list and you cancel all if it's set to transfer it doesn't generate slips for the items you're transferring so how do you know where the items need to go? It should generate slips like the other transfer functions.
Comment 1 Christopher Brannon 2014-12-04 19:36:53 UTC
Not just with the Cancel All, but with individual cancels.

Specifically, I found the following:

* Transfers without holds do not generate any kind of slip or notice.
* Transfers with hold at another location
  - Show the home library instead of the pickup library on the button.
  - Displays a notice to check the item in to fill the hold.
  - After pressing OK on the above message, a transfer is initiated, but there is no way to know.  No slip or message.
  - When you check the item in, you see a transfer in progress for the above action to the patron the item is on hold for to the pickup library.  You also get a notice of the hold, and the option to trigger it.  So it is pulling double duty and double messages to go to the same place.
* The Cancel all button is dangerous, if you don't have the items in hand.  This should have a preference or permission.

Christopher