From b9750bf6b74bc0b9e4a75d099301c7c645bfe749 Mon Sep 17 00:00:00 2001
From: gmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 18 Apr 2011 15:41:20 +0000
Subject: [PATCH] improve comments on a couple config tables

Based on suggestions from Mike Rylander and Thomas Berezansky.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>

git-svn-id: svn://svn.open-ils.org/ILS/trunk@20162 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/sql/Pg/002.schema.config.sql | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index 9cc69a1e3d..2085135a0b 100644
--- a/Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/Open-ILS/src/sql/Pg/002.schema.config.sql
@@ -291,9 +291,10 @@ COMMENT ON TABLE config.rule_recurring_fine IS $$
 Circulation Recurring Fine rules
 
 Each circulation is given a recurring fine amount based on one of
-these rules.  The recurrence_interval should not be any shorter
-than the interval between runs of the fine_processor.pl script
-(which is run from CRON), or you could miss fines.
+these rules.  Note that it is recommended to run the fine generator
+(from cron) at least as frequently as the lowest recurrence interval
+used by your circulation rules so that accrued fines will be up
+to date.
 $$;
 
 
@@ -307,10 +308,12 @@ COMMENT ON TABLE config.rule_age_hold_protect IS $$
 Hold Item Age Protection rules
 
 A hold request can only capture new(ish) items when they are
-within a particular proximity of the home_ou of the requesting
-user.  The proximity ('prox' column) is calculated by counting
-the number of tree edges between the user's home_ou and the owning_lib
-of the copy that could fulfill the hold.
+within a particular proximity of the pickup_lib of the request.
+The proximity ('prox' column) is calculated by counting
+the number of tree edges between the pickup_lib and either the
+owning_lib or circ_lib of the copy that could fulfill the hold,
+as determined by the distance_is_from_owner value of the hold matrix
+rule controlling the hold request.
 $$;
 
 CREATE TABLE config.copy_status (
-- 
2.11.0