[Koha-bugs] [Bug 18521] Renew and search hotkeys are swapped on returns page.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 25 00:51:24 CEST 2018


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

--- Comment #2 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 75551
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75551&action=edit
Bug 18521 - Moving the if CAN_user_circulate_circulate_remaining_permissions
conditional block

Moving the conditional block [% IF
(CAN_user_circulate_circulate_remaining_permissions ) %] block up the
checkin-search.inc file above the CAN_user_catalogue IF conditional block fixes
this bug.

Test plan:
1. Go to the circ home page and confirm the following
keyboard shortcuts work:

Alt+q = goes to search catalog
Alt+w = goes to renew

2. Go to returns.pl and confirm the following  keyboard shortcuts work:

Alt+q = goes to renew
Alt+w = goes to search catalog

3. Apply patch

4. Restart apache2, memchached and plack

5. Confirm on the returns.pl the following keyboard shortcuts work:
Alt+q = goes to search catalog
Alt+w = goes to renew

Sponsored-By: Catalyst IT

-- 
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