From 79e4eb1d382463c68f6730159beb62d606f451b9 Mon Sep 17 00:00:00 2001 From: Abby Date: Thu, 15 Jan 2015 21:32:40 +0000 Subject: [PATCH] Bug 10887: Batch item deletion -- doesn't need Use default values section To test: 1. Go to Home > Tools > Batch item deletion 2. Notice that there is an unnecessary option for "use default values section" to "Populate fields with default values from default work" 3. Apply the patch. 4. Check that this section has disappeared. --- .../prog/en/modules/tools/batchMod.tt | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt index 3f9b313..d988f8e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod.tt @@ -44,17 +44,15 @@ -
- Use default values -
    -
  1. - -
  2. -
-
+ + + + + + + + + [% IF ( del ) %][% END %]
-- 1.7.10.4