https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21260
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #109112|0 |1 is obsolete| | --- Comment #23 from [email protected] --- Created attachment 115270 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115270&action=edit Bug 21260: Move the count before the callnumbers The current display is a bit confusing [Call number: A](2) seems to indicate that we have two call numbers A. But what it means here, is: we have two items and we list only one, being A. So, we'd better do something like: Items available for loan: Centerville (2) [Call number: A, ..] Which says we have two items at Centerville, listing only one (A), but indicating with the two dots that there are more. Test plan: Pick a biblio with multiple available items at a branch. Include it in a search and check results display. Test the same but with only one branch in Koha. Signed-off-by: Marcel de Rooy <[email protected]> Signed-off-by: ava li <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
