From 028cd4a9c59f1645cbf8c37a337a16bf55e9a107 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 6 Feb 2017 16:36:16 -0500 Subject: [PATCH] JBAS-826 Revert custom hold counts part I Teach the API to call the stock holds-per-record counting code, bypassing the custom KCLS code. Signed-off-by: Bill Erickson --- Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm index 82c0b2ab6a..2cb5cb94be 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm @@ -4235,7 +4235,7 @@ sub change_hold_title_for_specific_holds { } __PACKAGE__->register_method( - method => 'rec_hold_count_kcls', + method => 'rec_hold_count', api_name => 'open-ils.circ.bre.holds.count', signature => { desc => q/Returns the total number of holds that target the @@ -4253,7 +4253,7 @@ __PACKAGE__->register_method( ); __PACKAGE__->register_method( - method => 'rec_hold_count_kcls', + method => 'rec_hold_count', api_name => 'open-ils.circ.mmr.holds.count', signature => { desc => q/Returns the total number of holds that target the -- 2.11.0