[Koha-bugs] [Bug 1437] moredetail.pl not showing items

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Sun Sep 30 00:25:59 CEST 2007


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


chris.cormack at liblime.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from chris.cormack at liblime.com  2007-09-29 15:25 -------
In 2.2 moredetail.pl called a routine in C4::Search called itemissues taht got
the list of all the items attached to a biblioitem, plus the issues data for
each.

In 3.0 it has been changed to use GetItemIssues in C4::Circulation which just
gives back the list of issues for a given item. 
So a biblioitemnumber is being passed to a function that expects an itemnumber,
and doesnt do what we want.
Ill work on fixing this now




------- 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