koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1437] moredetail.pl not showing items
Date: Sat, 29 Sep 2007 15:25:59 -0700 (PDT)

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


address@hidden changed:

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




------- Comment #1 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]