[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. b39ac1de1e4b1b598b7ada95872e012f643f8157

Evergreen Git git at git.evergreen-ils.org
Thu Oct 11 18:10:19 EDT 2012


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_3 has been updated
       via  b39ac1de1e4b1b598b7ada95872e012f643f8157 (commit)
      from  a8e9d68e93f0a1d4fd1d2202c40180d2247d848b (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 b39ac1de1e4b1b598b7ada95872e012f643f8157
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Thu Sep 27 14:51:44 2012 -0400

    Serials: Don't force a Receive Unit Template in Alt Serials Control
    
    Mary Llewellyn reported that she used to be able to use serials and
    perform copy-less receiving without any value in this field.
    
    The requirement that a value be set in the Receive Unit Template field
    of serial distributions was added (by me) in 2.1 to the alternate serials
    control interface, but is not enforced at lower levels.
    
    I now believe that requiring a value here must have been a ham-handed
    way to avoid a difficult-to-troubleshoot issue in copy-FUL receiving,
    but copy-LESS serials receiving workflows indeed don't need this, so
    this commit removes the requirement.
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/serial/subscription/distribution.tt2 b/Open-ILS/src/templates/serial/subscription/distribution.tt2
index 8a344bb..ede8210 100644
--- a/Open-ILS/src/templates/serial/subscription/distribution.tt2
+++ b/Open-ILS/src/templates/serial/subscription/distribution.tt2
@@ -22,7 +22,6 @@
         fieldOrder="['subscription','label','holding_lib']"
         suppressFields="['record_entry','subscription','receive_call_number','bind_call_number','bind_unit_template']"
         suppressEditFields="['record_entry','receive_call_number','bind_call_number','bind_unit_template']"
-        requiredFields="['receive_unit_template']"
         onPostSubmit="attempt_reload_opac"
         fmClass="sdist"
         query="{id: '*'}"

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

Summary of changes:
 .../templates/serial/subscription/distribution.tt2 |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list