From 16b05721f20a165ec5fa80443ef6169dfed30d71 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 24 May 2018 09:48:51 -0400 Subject: [PATCH] LP 1772993: Ability to blank Fine Level in Vol/Copy Editor. Add the option to the fine level field in the web staff client Vol/Copy Editor. NB: This was split into its own commit in case it is decided that this change is not wanted. To test: 1. Add a value for fine level 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 --- Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 | 1 + 1 file changed, 1 insertion(+) 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 5b695b669d..3cfea9600b 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 @@ -375,6 +375,7 @@ +
-- 2.11.0