[Koha-bugs] [Bug 2900] New: total item renewals displaying when renewals during loan wanted

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Jan 7 21:41:48 CET 2009


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2900

           Summary: total item renewals displaying when renewals during loan
                    wanted
           Product: Koha
           Version: HEAD
          Platform: PC
               URL: circ/circulation.pl
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Circulation
        AssignedTo: galen.charlton at liblime.com
        ReportedBy: galen.charlton at liblime.com
         QAContact: koha-bugs at lists.koha.org


In the list of current loans, the renewals column is displaying the total
number of times the item was ever renewed (items.renewals), not the number of
times that it was renewed during the life of the loan (issues.renewals).  

Desired behavior: display the number of renewals for the current loan
(issues.renewals).

Debugging showed that GetPendingIssues() is squashing items.renewals and
issues.renewals in the SQL query.  GetPendingIssues should be fixed, possibly
the same way the GetAllIssues in C4/Members.pm was fixed in patch
0da84bb4fea86a95b2366da81b06ff6a7466f41c, and all consumers of GetPendingIssues
checked.

[reference - LibLime SC 2176]




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list