]> git.koha-community.org Git - koha.git/commit
Remove ambiguity from SQL statement for holds queue.
authorRyan Higgins <rch@liblime.com>
Wed, 8 Oct 2008 05:31:24 +0000 (00:31 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 01:28:45 +0000 (13:28 +1200)
commitdf30f5f0c2ce400839fa70c744f3320e5bc7e5b4
tree88675b3643c2e10bf0e7d9eeffb5bb82361b96da
parent93129d5f4a2f2b4cdf93eff906920474499ff33d
Remove ambiguity from SQL statement for holds queue.

holdingbranch table not referenced in view_holdsqueue.pl, causing irresolvable ambiguity in
sql query when limited by library (holdingbranch).  This was causing DBI errors to be thrown
in test database, and library-limited holdsqueue display was thus empty.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
circ/view_holdsqueue.pl