Bug 38039 - Do not display number of items for 1 item in staff results list
Summary: Do not display number of items for 1 item in staff results list
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-30 16:39 UTC by Christopher Brannon
Modified: 2024-10-01 13:50 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2024-09-30 16:39:10 UTC
When searching the catalog, each item in a record is listed with a number in parenthesis in the location column.  Usually this number is (1).  When I inspect the code, it is surrounded by a span with a class of "item_count".  It appears that it is a count of items with the same location and call number.

I would propose that it is pointless to show the count if it is 1.  Most items are going to be a single copy.  The count is only useful if it is higher than one.

I would suggest not showing this number unless it is higher than 1.