]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1160343: remove unused open-ils.circ settings
authorGalen Charlton <gmc@esilibrary.com>
Tue, 26 Mar 2013 15:20:18 +0000 (11:20 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 26 Mar 2013 18:20:44 +0000 (14:20 -0400)
commitaebfcb20799b9893723aadee121d5b3f3f4b4c89
tree81aeafb98fc09619f7b354999d6b4d2122bf802c
parentbfd6f7871e608b39bb40bd768ff4fff480ac1120
LP#1160343: remove unused open-ils.circ settings

The circ_modifier and billing_types lists in the
open-ils.circ section of opensrf.xml are no longer
used.  This commit removes them from the opensrf.xml
example config.  It also removes the method
open-ils.circ.billing_type.retrieve.all, which has
not be used by any other code once in-DB billing types
were introduced.

Any external clients that used the method that was
removed should instead use
open-ils.circ.billing_type.ranged.retrieve.all.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/examples/opensrf.xml.example
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm