Sort overdue items to the top of the patron items out display in the XUL
client, consistent with pre-2.5 behavior.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
return;
}
- obj.checkouts = obj.checkouts.concat(robj.out);
obj.checkouts = obj.checkouts.concat(robj.overdue);
+ obj.checkouts = obj.checkouts.concat(robj.out);
// open circs are added to list one or two based on config.
// closed circs added to list 2 only if configured, otherwise