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@ptfs-europe.com ReportedBy: fcapovilla@live.ca QAContact: koha-bugs@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.