]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPac; sort items out list by due date, oldest first
authorBill Erickson <berick@esilibrary.com>
Wed, 2 Nov 2011 19:45:06 +0000 (15:45 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 4 Nov 2011 21:47:41 +0000 (17:47 -0400)
commit920145f106003170406543e94ee4e42c32bd70f5
treee9730ff9bf6f1f867bdcefe6a4f95113eadabb9f
parent2b6a71ec267c809cc3fea0d5c888aff61255aed8
TPac; sort items out list by due date, oldest first

Sort items most in need of return (i.e. oldest due date) to top.  This
is done by replacing the call to "open-ils.actor.user.checked_out",
which does a lot more than we need, in a way that does not support
sorting/paging, with a simple json_query.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm