From 4f04631069a99e83f4f755e7b6030b521d688f73 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Thu, 27 Sep 2012 14:51:44 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/serial/subscription/distribution.tt2 | 1 - 1 file changed, 1 deletion(-) 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: '*'}" -- 2.11.0