bug: bookcount.pl pulls wrong title. Problem is sql joins on wrong columns
authorMichael Hafen <mdhafen@tech.washk12.org>
Fri, 22 Aug 2008 17:12:47 +0000 (11:12 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 25 Aug 2008 16:51:40 +0000 (11:51 -0500)
commitc1c49472f46c7b4ecad77c39abb7662e6ffb908d
tree6c7a524f807f94cd60fa026baa7c2a2d7159acc2
parentfe04cf015ebc76bd9786741ef1352c67d65bc651
bug: bookcount.pl pulls wrong title. Problem is sql joins on wrong columns

the sql seems to assume that biblionumber and biblioitemnumber are always the same, which in my case they aren't.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Biblio.pm