From 7674fd62221a5047c62ed6cd927357d49822e102 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Wed, 19 Sep 2018 10:38:42 -0400 Subject: [PATCH] LP#1746536: Allow batch-apply to volume fields in multi-record context I can't see a reason to restrict Batch Apply for volume fields in a multi- record context, as all the data is gathered based on the volume owners, not record information. This commit removes that restriction. Signed-off-by: Mike Rylander Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 index c3fb82b32b..f7b819b3c7 100644 --- a/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2 @@ -14,7 +14,7 @@
-
+

[% l('Batch Apply') %]

-- 2.43.2