]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1284864 MR opac-visible constituent records
authorBill Erickson <berick@esilibrary.com>
Mon, 3 Mar 2014 16:52:57 +0000 (11:52 -0500)
committerMike Rylander <mrylander@gmail.com>
Mon, 10 Mar 2014 16:29:52 +0000 (12:29 -0400)
commit097d661976213564d516cebba31b2b132ae8ab13
treec9acdd3b384b190e7fa94c261d4eaf874e497591
parent3bd56efa634f801972a32879ca8910fc6c35e9e6
LP#1284864 MR opac-visible constituent records

The number of constituent records for a metarecord during searching is
now consitently based on the presence of an opac visible copy and not a
holdable copy.  This affects the constituent record counts in MR results
lists and the records displayed in the constituent records list.  (Icons
were already checking visibility instead of holdability).

Holdable formats are still derived from records with holdable copies.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm