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 <[email protected]> --- 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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
