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=205b8d3c674af17f028d599153c7b373587d01e6;p=evergreen%2Fjoelewis.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 9d6d2a4918..0818af54ad 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 @@ -338,8 +338,9 @@
+ ng-options="a.id() as a.name() for a in age_protect_list"> + +