[Bug 10142] New: Unclear which issues show on subscription details issues tab
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10142 Bug ID: 10142 Summary: Unclear which issues show on subscription details issues tab Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Serials Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de CC: colin.campbell@ptfs-europe.com I got asked which issues show on the 'Issues' tab in the serials subscription detail page. The number of issues seems random and it's hard to figure out what the pattern here is. Looking at GetSerials I think it is: All issues not arrived, missing or not available (2,4,5) + last 5 issues arrived, missing or not available But the POD states: =head2 GetSerials ($totalissues,@serials) = GetSerials($subscriptionid); this function gets every serial not arrived for a given subscription as well as the number of issues registered in the database (all types) this number is used to see if a subscription can be deleted (=it must have only 1 issue) FIXME: We should return \@serials. =cut So at least there is some mismatch between the POD and what really happens. Also it would be nice if we could do this a bit better. Another point: shouldn't the status include claimed? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org