Bug 15624: Spelling mistake in suggestion.pl
authorGus <gel1163@stacmail.net>
Wed, 20 Jan 2016 03:42:42 +0000 (03:42 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 05:09:09 +0000 (05:09 +0000)
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 <hector.hecaxmmx@gmail.com>
Typos fixed

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
suggestion/suggestion.pl

index e772a2a..936149f 100755 (executable)
@@ -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;