Allow compressed_end() to handle compressed input
authorDan Wells <dbw2@calvin.edu>
Tue, 2 Jul 2013 16:01:46 +0000 (12:01 -0400)
committerDan Wells <dbw2@calvin.edu>
Tue, 2 Jul 2013 16:01:46 +0000 (12:01 -0400)
commit4c8fb9bd0da85688bf317a3eebdf9a8d15816c0f
treef1020455c5e56815e0197cbe3454b0c35ba7f5ca
parent4773d1d4c349753630a6441d23931f06be881cde
Allow compressed_end() to handle compressed input

The code was assuming the $end_holding param would be uncompressed,
but this was not stated anywhere, nor enforced.  Let's allow the
method to take both compressed and uncompressed holdings as the "end"
(and handle it appropriately).

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Utils/MFHD/Holding.pm