[Koha-bugs] [Bug 18912] Show more item information when using itemBarcodeFallbackSearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 20 03:35:13 CET 2021


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

David Nind <david at davidnind.com> changed:

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

--- Comment #4 from David Nind <david at davidnind.com> ---
Created attachment 117110
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117110&action=edit
Bug 18912: Display more info when using itemBarcodeFallbackSearch

Using itemBarcodeFallbackSearch entering a barcode on checkout will do a
keyword
search and provide you with a list of items matching the search term for
checkout.
This allows checking out items, where there is no barcode in the item (you
still need
a dummy barcode in Koha).

At the moment the table of items to choose from will only chow the title and
the dummy barcode.

In order to make it more useful and easier to identify the correct item,
we should show more information here:

- callnumber (952$o)
- serial enumeration (952$h)
- copy number (952$t)
- inventory number (952$i)

(description copier from comment 0)

Test plan:
- Turn on itemBarcodeFallbackSearch
(If you have ES you need bug 27597)
- Check an item out using "street" or a search that will return several
items
- Note that you have now more info about the items

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list