Bug 27617 - Issues tab in subscription-detail.pl page is misleading
Summary: Issues tab in subscription-detail.pl page is misleading
Status: RESOLVED DUPLICATE of bug 10142
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-04 01:51 UTC by David Cook
Modified: 2021-02-06 20:10 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2021-02-04 01:51:35 UTC
The "Issues" tab on subscription-detail.pl is misleading. At most, it will show 10 issues. 

We should either show nothing or show the same thing as "Serial collection".

*OR*

We should show the same thing as the Catalogue view for Staff Interface/OPAC.
Comment 1 Jonathan Druart 2021-02-05 14:21:52 UTC
I actually displays, at the top, all the issues that are "pending" (not "arrived", "missing" or "not issued").
And then the 5 last not "pending".

Maybe we should actually display the pending by default and add a "show all" link to display the other ones.

I agree that displaying arbitrarily only 5 is confusing.
Comment 2 Jonathan Druart 2021-02-05 14:23:56 UTC
C4::Serials::GetSerials
 660     $count = 5 unless ($count);
Comment 3 Katrin Fischer 2021-02-06 20:10:46 UTC
Filed in 2013 - I win ;)

*** This bug has been marked as a duplicate of bug 10142 ***