Bug 38039

Summary: Do not display number of items for 1 item in staff results list
Product: Koha Reporter: Christopher Brannon <cbrannon>
Component: SearchingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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.