[Koha-patches] [PATCH] bug 3916: set final "no change" dropdwon in batch item modification

Galen Charlton gmcharlt at gmail.com
Fri Jul 2 19:17:09 CEST 2010


Classification source drop-down in the batch item modification tool
now has its default value set to the 'no change' value.

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 tools/batchMod.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/batchMod.pl b/tools/batchMod.pl
index abeaf15..3580b91 100755
--- a/tools/batchMod.pl
+++ b/tools/batchMod.pl
@@ -307,7 +307,7 @@ foreach my $tag (sort keys %{$tagslib}) {
               push @authorised_values, $class_source;
               $authorised_lib{$class_source} = $class_sources->{$class_source}->{'description'};
           }
-		  $value = $default_source unless ($value);
+		  $value = '';
 
           #---- "true" authorised value
       }
-- 
1.7.0



More information about the Koha-patches mailing list