TPac; sort items out list by due date, oldest first collab/berick/tpac-sort-items-due-date
authorBill Erickson <berick@esilibrary.com>
Wed, 2 Nov 2011 19:45:06 +0000 (15:45 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 2 Nov 2011 19:45:06 +0000 (15:45 -0400)
commit912bb15226323a8c5f4abca6c21cfa084c66d7bb
tree25944986eca99c5b2aee7ddb599017b56e7123c0
parent8399d37d204e7190d4f1cb1c8efe245d3bdda94c
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>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm