From 9334ba6042635aafb088cfc3940eb4636e228212 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 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"> + +
-- 2.43.2