[Koha-bugs] [Bug 6366] New: The serial claims dropdown shows suppliers that don't have late issues.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 18 19:34:07 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6366

             Bug #: 6366
           Summary: The serial claims dropdown shows suppliers that don't
                    have late issues.
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Serials
        AssignedTo: colin.campbell at ptfs-europe.com
        ReportedBy: fcapovilla at live.ca
         QAContact: koha-bugs at lists.koha-community.org


Created attachment 4170
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4170
Corrects GetSuppliersWithLateIssues

On the page /serials/claims.pl :
The "View:" selectbox contains suppliers that don't have late serials.
Selecting them leaves the page blank.

Cause : 
The SQL query in the subroutine GetSuppliersWithLateIssues returns every
supplier with an order that has a "planneddate" before "now()" without checking
if the order was already received.

Patch attached.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list