Bug 2900: fix GetPendingIssues.
authorJoe Atzberger <joe.atzberger@liblime.com>
Thu, 8 Jan 2009 03:47:36 +0000 (21:47 -0600)
committerHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 27 Jan 2009 11:19:45 +0000 (12:19 +0100)
commit267fe06f0a48f8ddb0bd2cae48cec8d831df84d2
tree467a20ab9ea38fac4e57ed7c685140120a890737
parentc1d3b08049a96563a15b8b405ad455b19ce6bac4
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