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

Andrew Auld <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #179670|0                           |1
        is obsolete|                            |

--- Comment #13 from Andrew Auld <[email protected]> ---
Created attachment 180203
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180203&action=edit
Bug 17338: Fix anchor to redirect properly when canceling holds over X

To test:
1. Place multiple holds, good to have at least 4, for pickup at a location, I
used Nick's handy script
2. Perl misc/cronjobs/holds/build_holds_queue.pl
3. Check in at least 4 items for pickup at one location so they'll be wating
4. Update the expiration date on those holds using ktd --dbshell
  update reserves set expirationdate = DATE('2024-01-01') where
branchcode='CPL';
5. On Circulation > Holds waiting past their expiration date tab use the cancel
button that is in the actions column to cancel a hold

The page loads on the Holds waiting tab, although in the url you see
/circ/waitingreserves.pl#holdsover

6. APPLY PATCH
7. Try 1 - 5 again, this time after step 5 you should be redirected.

Signed-off-by: Andrew Auld <[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/

Reply via email to