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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 28 Oct 2008 21:09:25 +0000 (22:09 +0100)
commitd06179e56a2d06a8e93e920670e6918a4de3ae0c
tree8db8157dceb039dfa298386874653de5972bc800
parentff953199a2797e2ab368e5010094f76bc0ab5a8a
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