[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 695745b457e8d89b070e9916986c0b3b34062bfe
Evergreen Git
git at git.evergreen-ils.org
Thu Oct 11 18:10:46 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_2 has been updated
via 695745b457e8d89b070e9916986c0b3b34062bfe (commit)
from 2ece1249b2aaa53e2b98e2707a41416ae1807b15 (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 695745b457e8d89b070e9916986c0b3b34062bfe
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