bugfix: Sort previous borrowers descending in Items.pm for moredetail.pl
authorMichael Hafen <mdhafen@tech.washk12.org>
Wed, 1 Oct 2008 20:14:56 +0000 (14:14 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 16 Oct 2008 19:47:11 +0000 (14:47 -0500)
commit5076ee4251f7aa7f0601a6334435eac9038a2f87
treebc1b874cb8a512c0ab7ff23fce63343939d82db8
parent7c591770929bfe486c3b7674888e495657f250a2
bugfix: Sort previous borrowers descending in Items.pm for moredetail.pl

The list of previous borrowers on moredetail.pl shows the three oldest
rather than the three most recent as I expected.  This changes the sql
to order descending so we get the three most recent.

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