Add new get_combined_holdings() method to MFHD.pm
authorDan Wells <dbw2@calvin.edu>
Tue, 7 May 2013 22:19:34 +0000 (18:19 -0400)
committerDan Wells <dbw2@calvin.edu>
Tue, 2 Jul 2013 15:11:20 +0000 (11:11 -0400)
commitdfd09cdfb40f753020a13d1b79a1230549434ca3
treed71175b5b89dd235fedb554f83f7f2131cfd2ba6
parent19ecb62f9955f720c9cc0de61eaa47b18c2d4037
Add new get_combined_holdings() method to MFHD.pm

This commit adds a new method to the MFHD module which creates an
array of compressed holdings from all holdings for a given caption,
combining as needed.

NOTE: This method is similar to, but much less aggressive/strict than
get_compressed_holdings(). Ultimately, get_compressed_holdings()
might be deprecated in favor of this.

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