From: Lebbeous Fogle-Weekley Date: Thu, 27 Sep 2012 18:51:44 +0000 (-0400) Subject: Serials: Don't force a Receive Unit Template in Alt Serials Control X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bab981833f88efb4a9f79c339696407ea41532b4;p=evergreen%2Fpines.git 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 Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/serial/subscription/distribution.tt2 b/Open-ILS/src/templates/serial/subscription/distribution.tt2 index 8a344bb2c7..ede8210170 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: '*'}"