Bug 2900: fix GetPendingIssues.
authorJoe Atzberger <joe.atzberger@liblime.com>
Thu, 8 Jan 2009 03:47:36 +0000 (21:47 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 8 Jan 2009 17:08:27 +0000 (11:08 -0600)
commitc70cd87d549d71229c1f80d9f1af3db8c68636f5
tree1bd64a4c105765fa22aae40460b1a73de8f7a578
parentd97ba8cecc1f611de4b8199700af4c27809be330
Bug 2900: fix GetPendingIssues.

GetPendingIssues did several bad things:
~ select * on a 4 table join,
~ including multiple namespace collisions,
~ including large fields marc and marcxml from biblioitems,
~ return ($count, \@array_being_counted).

Not everything is fixed here (see FIXMEs), but the situation is
improved considerably, with bug 2900 resolved.  The "timestamp"
namespace collision in query should be resolved by separate patch.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Members.pm
C4/Print.pm
C4/SIP/ILS/Patron.pm
circ/circulation.pl
members/deletemem.pl
members/moremember.pl
opac/opac-ics.pl
opac/opac-user.pl
opac/sco/sco-main.pl