Bugzilla – Attachment 47056 Details for
Bug 15624
Spelling mistake in suggestion.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15624: Spelling mistake in suggestion.pl
PASSED-QA-Bug-15624-Spelling-mistake-in-suggestion.patch (text/plain), 1.48 KB, created by
Katrin Fischer
on 2016-01-20 21:55:48 UTC
(
hide
)
Description:
[PASSED QA] Bug 15624: Spelling mistake in suggestion.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-01-20 21:55:48 UTC
Size:
1.48 KB
patch
obsolete
>From b35a6f5032f2d89634944578a58975d05db26d3d Mon Sep 17 00:00:00 2001 >From: Gus <gel1163@stacmail.net> >Date: Wed, 20 Jan 2016 03:42:42 +0000 >Subject: [PATCH] [PASSED QA] Bug 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 > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Typos fixed > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15624
:
46975
|
47044
| 47056