[Koha-bugs] [Bug 32711] Add biblio details to trusted self-checkout modal

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 28 20:30:14 CET 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #5 from David Nind <david at davidnind.com> ---
This is a nice enhancement to this feature!

The only thing I noticed is that if an item doesn't have a call number (maybe
not an issue for production libraries?), then it displays "null" in the call
number column.

Maybe this could be better displayed as either just an empty cell or as "-"?

Testing notes (using KTD):
1. Apply bug 30979, updatedatabase, flush_memcached, restart_all.
2. Enable OpacTrustedCheckout system preference.
3. Go to the OPAC home page.
4. Login as a patron (in this case I used koha).
5. Click the "Self checkout" option after Cart and Lists.
6. A window pops up asking you to enter a barcode.
7. Enter a barcode for an item that is available, for example: 39999000006094
   ==> Message should say: "Item '39999000006094' was checked out".
   ==> Next is an input box to enter another barcode.
   ==> The table listing items checked has columns for Barcode and Due date.
   ==> And then there are Submit and Close buttons at the bottom.
8. Apply the patches for this bug, flush_memcached and restart_all.
9. Repeat steps 5-7 and checkout another item, for example: 39999000011418
   ==> The table listing items checked out now has two additional columns -
Title and Call number.

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


More information about the Koha-bugs mailing list