https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6271

--- Comment #10 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
GetItemIssue has been fixed by
  commit 5b4752e027ce32492166c7018d44d4a687afae36
    Bug 8365: FIX Return issue values instead of item values

GetItemIssues is still buggy, but the only place 'renewals' is used is in
catalogue/issuehistory.tt:
  [% IF ( issue.renewals ) %]

And it happens only if the itemnumber parameter is passed to the script.
However this parameter is never passed from Koha.
That means we could remove the subroutine GetItemIssues as well as the related
code in the pl and tt.

Would you agree to remove it?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to