Bug 27617

Summary: Issues tab in subscription-detail.pl page is misleading
Product: Koha Reporter: David Cook <dcook>
Component: SerialsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jonathan.druart, katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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 ***