From bcbabf2aa3e968681fb79ecc7f1554cf65b17af7 Mon Sep 17 00:00:00 2001 From: Gus Date: Wed, 20 Jan 2016 03:42:42 +0000 Subject: [PATCH] 15624 - Spelling mistake in suggestion.pl Test - due to noone being in a comparison name it was not changed 1. search for choosen, see that it was removed 2. search for agregate, see that it was removed --- suggestion/suggestion.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index e772a2a..936149f 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -166,7 +166,7 @@ elsif ($op=~/edit/) { } elsif ($op eq "change" ) { # set accepted/rejected/managed informations if applicable - # ie= if the librarian has choosen some action on the suggestions + # ie= if the librarian has chosen some action on the suggestions if ($suggestion_only->{"STATUS"} eq "ACCEPTED"){ $suggestion_only->{accepteddate} = dt_from_string; $suggestion_only->{"acceptedby"}=C4::Context->userenv->{number}; @@ -232,7 +232,7 @@ if ($op=~/else/) { $criteria_has_empty = 1; } } - # agregate null and empty values under empty value + # aggregate null and empty values under empty value push @criteria_dv, '' if $criteria_has_empty; my @allsuggestions; -- 1.7.10.4