Fix handling of ranges in OpenILS::SIP::Patron::fine_items().
authorJason Stephenson <jason@sigio.com>
Mon, 22 Oct 2012 14:05:32 +0000 (10:05 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Fri, 1 Feb 2013 14:52:46 +0000 (09:52 -0500)
commit50b8d601d9f0ee05d3778550c106c204225989b2
treedf7230ce5fedfdf9cf261cda66c395818c1e1a0a
parent62ba4f5078ca5f005fce0439fe9d330c3433557e
Fix handling of ranges in OpenILS::SIP::Patron::fine_items().

When the client specifies a begin and end range for SIP2 fine items,
only the first fine item is returned. This is because of a typo on
line 646. The @fines array should be dereferenced there as @fines and
not $fines.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm