[Koha-bugs] [Bug 10142] New: Unclear which issues show on subscription details issues tab

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 29 08:29:40 CEST 2013


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 at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
                CC: colin.campbell at 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, at 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.


More information about the Koha-bugs mailing list