From 856a2bd1a11200a0d03eb87cb55f279465917f9d Mon Sep 17 00:00:00 2001 From: Gus Date: Wed, 20 Jan 2016 03:42:42 +0000 Subject: [PATCH] Bug 15624: Spelling mistake in suggestion.pl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Hector Castro Typos fixed Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit 9c2b0ea1158f7c3cd47e3ece8aa6575f78cc304f) Signed-off-by: Julian Maurice (cherry picked from commit ac36fe478adeb8d0565ca1538db25a57b60380cd) Signed-off-by: Frédéric Demians --- suggestion/suggestion.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 43834f6760..d4e098ee6b 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -167,7 +167,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}; @@ -233,7 +233,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; -- 2.20.1