Fix handling of ranges in OpenILS::SIP::Patron::fine_items(). user/dyrcona/lp1069833
authorJason Stephenson <jason@sigio.com>
Mon, 22 Oct 2012 14:05:32 +0000 (10:05 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 22 Oct 2012 14:17:43 +0000 (10:17 -0400)
commit3f287ef4b623db0b544f822449f0d6d5b0f312df
treee27e756f2de54a34b184ae04416e2b5329756fe8
parent296b76a937a52093db298bf86f8125ed41d9db4b
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