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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 12 Nov 2008 13:50:48 +0000 (14:50 +0100)
commit2892f6e69b063d5a9b4b83c098a5e057a5b25873
treecbf16d5157a3ca07f3327acd61ff05e43f8abc8e
parent21d009766f321bd6bb1b109e2f5aa456b1acf8d9
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