From 7f93f00a41a72af5eec1637c137a5fe583881af0 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 498d0b6f49..e82e877b4f 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"> + +
-- 2.11.0