Repair SIP start/end list ranges
SIP supports paging of certain lists (holds, fines, etc.) by allowing
the SIP client to provide start and end points for lists. This patch
repairs how Evgreen extracts the list ranges from arrays.
When using Perl array ranges, the array variable should be accessed via
'@' and not '$'. Prior to this change, all ranged lists resulted in
returning the first item in the list instead of the full range.
This change affects lists of holds, overdues, fines, and charges.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jeff Godin <jgodin@tadl.org>