Bug 31081

Summary: Improve display of 'Manage bundle' button
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: david, gmcharlt, kyle.m.hall
Version: 20.11   
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:
Bug Depends on: 28854    
Bug Blocks:    

Description Katrin Fischer 2022-07-01 13:44:32 UTC
When a potential bundle item (on a record with bib level = c), has no bundled items, the button shows as:

Manage bundle (|).

It might be nicer to make this (0|0) or better not to display this part, if there is nothing bundled yet.

It might also be nice to add a tooltip explaining about what the first and second number mean.

First number: items lost
Second number: items total
Comment 1 David Nind 2025-06-29 21:46:55 UTC
(In reply to Katrin Fischer from comment #0)
> When a potential bundle item (on a record with bib level = c), has no
> bundled items, the button shows as:
> 
> Manage bundle (|).
> 
> It might be nicer to make this (0|0) or better not to display this part, if
> there is nothing bundled yet.
> 
> It might also be nice to add a tooltip explaining about what the first and
> second number mean.
> 
> First number: items lost
> Second number: items total

The first part of this is fixed. This now shows as "Manage bundle (0|0)".