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@liblime.com ReportedBy: galen.charlton@liblime.com QAContact: koha-bugs@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.