[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. 44431931451601b24927fdb6ae6c3efca33a810b

Evergreen Git git at git.evergreen-ils.org
Wed May 13 19:04:57 EDT 2015


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, rel_2_8 has been updated
       via  44431931451601b24927fdb6ae6c3efca33a810b (commit)
      from  046243f2b61b7a5a34487854f952d588f64dc167 (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 44431931451601b24927fdb6ae6c3efca33a810b
Author: Lynn Floyd <alynn2671 at gmail.com>
Date:   Wed May 13 19:01:05 2015 -0400

    Docs: Active date display in OPAC
    
    Additional thanks to Debbie Luchenbill <debbie at mobiusconsortium.org>
    
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/admin/age_hold_protection.txt b/docs/admin/age_hold_protection.txt
new file mode 100644
index 0000000..2e16f8f
--- /dev/null
+++ b/docs/admin/age_hold_protection.txt
@@ -0,0 +1,23 @@
+Age hold protection
+-------------------
+indexterm:[Holds]
+indexterm:[Holds, Age Protection]
+
+Age hold protection prevents new items from filling holds requested for pickup at a library other than the owning library for a specified period of time.
+
+You can define the protection period in *Admin* -> *Server Administration* -> *Age Hold Protect Rules*.
+
+The protection period when applied to a copy record can start with the copy record create date (default) or active date. You can change this setting in *Admin* -> *Local Administration* -> *Library Settings Editor*: Use Active Date for Age Protection. 
+ 
+In addition to time period, you can set the proximity  value to define which organizational units are allowed to act as pickup libraries. The proximity values affect holds as follows:
+
+* "0" allows only holds where pickup library = owning library
+* "1" allows holds where pickup library = owning library, parent, and child organizational units
+* "2" allows holds where pickup library = owning library, parent, child, and/or sibling organizational units
+
+Age protection only applies to individual copy records. You cannot configure age protection rules in hold policies.
+
+Active date display in OPAC 
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If a library uses the copy's active date to calculate holds age protection, the active date will display with the copy details instead of the create date in the staff client view of the catalog. Libraries that do not enable the  _Use Active Date for Age Protection_ library setting will continue to display the create date.
\ No newline at end of file
diff --git a/docs/root.txt b/docs/root.txt
index 4672b24..853dd3e 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -224,6 +224,8 @@ staff client.
 
 include::admin/acquisitions_admin.txt[]
 
+include::admin/age_hold_protection.txt[]
+
 include::admin/authorities.txt[]
 
 include::admin/Best_Hold_Selection_Sort_Order.txt[]

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

Summary of changes:
 docs/admin/age_hold_protection.txt |   23 +++++++++++++++++++++++
 docs/root.txt                      |    2 ++
 2 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 docs/admin/age_hold_protection.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list