[Koha-bugs] [Bug 3022] Cataloging statistic wizard isn't pulling itemtype table correctly. - NULL itemtypes

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Mar 9 19:23:41 CET 2009


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


joe.atzberger at liblime.com changed:

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




------- Comment #1 from joe.atzberger at liblime.com  2009-03-09 11:23 -------
Query should have been something like:
select homebranch, itype, count(*) from items group by homebranch, itype;

Instead, it appears to get itemtype info from the biblioitems table.  Bad!




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