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

Evergreen Git git at git.evergreen-ils.org
Thu Oct 11 18:09:34 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, master has been updated
       via  bab981833f88efb4a9f79c339696407ea41532b4 (commit)
      from  c99bd2fc075b3f5c1bab2045ecee6b7dd93756c6 (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 bab981833f88efb4a9f79c339696407ea41532b4
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