[Bug 1437] moredetail.pl not showing items
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1437 chris.cormack@liblime.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #1 from chris.cormack@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.
participants (1)
-
bugzilla-daemon@pippin.metavore.com