bug: query squashes issues.timestamp which circulation.pl needs to sort todaysissues
authorMichael Hafen <mdhafen@tech.washk12.org>
Wed, 10 Sep 2008 19:12:56 +0000 (13:12 -0600)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 4 Sep 2009 01:18:26 +0000 (13:18 +1200)
Little change to the query so we get the right timestamp to sort on.

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

index 8cc32bd..7ef8094 100644 (file)
@@ -999,6 +999,7 @@ The keys include C<biblioitems> fields except marc and marcxml.
 #'
 sub GetPendingIssues {
     my ($borrowernumber) = @_;
+<<<<<<< HEAD:C4/Members.pm
     # must avoid biblioitems.* to prevent large marc and marcxml fields from killing performance
     # FIXME: namespace collision: each table has "timestamp" fields.  Which one is "timestamp" ?
     # FIXME: circ/ciculation.pl tries to sort by timestamp!