From eda3eebb8404bcbba74b99f0bee583348c201b2c Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 24 May 2018 09:42:31 -0400 Subject: [PATCH] LP 1772993: Ability to blank Loan Duration in Vol/Copy Editor. Add the option to the loan duration 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 loan duration 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 0818af54ad..5b695b669d 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 @@ -246,6 +246,7 @@ +
-- 2.11.0