bug 2552: correct issue history display
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 25 Aug 2008 17:13:38 +0000 (12:13 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 28 Oct 2008 21:09:26 +0000 (22:09 +0100)
commitae172a74ed622129c6007789c9b9e968a2317b39
tree33377bae7c8e88056bb02c646172c2e30e00e2a9
parentd141fac8352ce884e02582066e106733d35f2b4f
bug 2552: correct issue history display

The loan history for a bib can be incorrect if the bib's
biblioitemnumber is not the same as its biblionumber.
This was due to a bad join in GetBiblioIssues().

Credit to Michael Hafen for patching a similar bug,
which inspired me to check for other bad joins.

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