]> git.evergreen-ils.org Git - Evergreen.git/commit
Collections exemption user setting
authorBill Erickson <berick@esilibrary.com>
Wed, 1 Jun 2011 21:01:36 +0000 (17:01 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 1 Jun 2011 21:01:36 +0000 (17:01 -0400)
commit0e0026ad7a81812b1831433aedf12c6884a50c64
treeda290c979be4c9419665a3564c176ff18ad76c1c
parentf424dd871e963b713b398fe38364c311d3c5f3a6
Collections exemption user setting

Adds a new user setting "circ.collections.exempt" which, when set to
true for a user, means the user will not be considered for collections.
It does this by ignoring the user when calculating the list of users of
interest in the "open-ils.collections.users_of_interest.retrieve" API
call.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/money.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/0544.data.patron_no_collections.sql [new file with mode: 0644]
Open-ILS/web/js/ui/default/actor/user/register.js