[open-ils-commits] [GIT] Evergreen ILS branch master updated. 717bb89c2f5318e3722d9490e34e8a013b6e7ea5

Evergreen Git git at git.evergreen-ils.org
Mon Oct 2 01:05:52 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  717bb89c2f5318e3722d9490e34e8a013b6e7ea5 (commit)
      from  e9bb2ff3afa356ca4bf6c19ec5e2192f0563de86 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 717bb89c2f5318e3722d9490e34e8a013b6e7ea5
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Sun Oct 1 22:05:38 2017 -0700

    Docs: Juvenile-to-adult script
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/development/support_scripts.adoc b/docs/development/support_scripts.adoc
index 7c604a0..f0addfe 100644
--- a/docs/development/support_scripts.adoc
+++ b/docs/development/support_scripts.adoc
@@ -178,6 +178,17 @@ that command looks like:
 psql -U evergreen -h localhost -d evergreen -f pg_loader-output.sql
 ----
 
+Juvenile-to-adult batch script
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The batch `juv_to_adult.srfsh` script is responsible for toggling a patron
+from juvenile to adult. It should be set up as a cron job.
+
+This script changes patrons to adult when they reach the age value set in the
+library setting named "Juvenile Age Threshold" (`global.juvenile_age_threshold`).
+When no library setting value is present at a given patron's home library, the
+value passed in to the script will be used as a default.
+
 MARC Stream Importer
 ~~~~~~~~~~~~~~~~~~~~
 

-----------------------------------------------------------------------

Summary of changes:
 docs/development/support_scripts.adoc |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list