From 205b8d3c674af17f028d599153c7b373587d01e6 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 24 May 2018 09:34:17 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"> + +
-- 2.43.2