Koha/C4/SIP/ILS
Joe Atzberger c70cd87d54 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>
2009-01-08 11:08:27 -06:00
..
Transaction Allow SIP checkout to pre-empt unfilled holds. 2008-11-04 14:40:38 -06:00
Item.pm Allow SIP checkout to pre-empt unfilled holds. 2008-11-04 14:40:38 -06:00
Item.pod Trivial POD revision. 2008-06-05 22:43:25 -05:00
Patron.pm Bug 2900: fix GetPendingIssues. 2009-01-08 11:08:27 -06:00
Patron.pod adding openncip / opensip SIP2 service 2007-11-06 06:32:53 -06:00
Transaction.pm Abstraction layer implementation for Transactions. 2008-06-05 22:43:35 -05:00