From: Jason Stephenson Date: Thu, 24 May 2018 13:34:17 +0000 (-0400) Subject: LP 1772993: Ability to blank Age Hold Protection in Vol/Copy Editor. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9334ba6042635aafb088cfc3940eb4636e228212;p=working%2FEvergreen.git LP 1772993: Ability to blank Age Hold Protection in Vol/Copy Editor. Add the option to the age-based hold protection field in the web staff client Vol/Copy Editor. To test: 1. Add a value for age-based hold protection to a copy. 2. Attempt to remove the value in the copy editor. Note that the dropdown does not allow you to do so. 3. Apply this commit. 4. Repeat step 2. Now there is a option that removes the value from the copy. Signed-off-by: Jason Stephenson Signed-off-by: Jeff Davis --- diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 index 5d25e11288..17158e28f3 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 @@ -339,8 +339,9 @@
+ ng-options="a.id() as a.name() for a in age_protect_list"> + +