[Koha-bugs] [Bug 14180] Make "Always show checkouts immediately" a global setting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 26 19:23:30 CET 2024


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

ByWater Sandboxes <bws.sandboxes at gmail.com> changed:

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

--- Comment #28 from ByWater Sandboxes <bws.sandboxes at gmail.com> ---
Created attachment 161556
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161556&action=edit
Bug 14180: Perltidy

To test:
1. APPLY PATCH, updatedatebase, restart_all
2. Search for the system preference 'AlwaysLoadCheckoutsTable' and set it to
'Do'.
3. Go to 'circ/circulation.pl?borrowernumber=X' for a patron with checkouts. (
Check out tab ).
4. The table should load right away.
5. Go to 'members/moremember.pl?borrowernumber=X' for a patron with checkouts.
( Details tab ).
6. The table should load right way.
7. Set a value in the 'LoadCheckoutsTableDelay' system preference.
8. Back on 'circ/circulation.pl?borrowernumber=X', make sure the delay is
honored. You should see a message like "Checkouts table will automatically load
in X seconds".
9. The delay should NOT be honored on'members/moremember.pl?borrowernumber=X',
that table should load right away/
10. Turn off 'AlwaysLoadCheckoutsTable' and make sure the table does not load,
or loads according to the cookie set when checking the 'Always show checkouts
automatically' checkbox.

Signed-off-by: Kelly <kelly at bywatersolutions.com>

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


More information about the Koha-bugs mailing list