Bugzilla – Attachment 67097 Details for
Bug 18584
Our legacy code contains trailing-spaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18584 - removed white space in C4/Accounts.pm
Bug-18584---removed-white-space-in-C4Accountspm.patch (text/plain), 1.05 KB, created by
Jonathan Druart
on 2017-09-12 15:02:53 UTC
(
hide
)
Description:
Bug 18584 - removed white space in C4/Accounts.pm
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-09-12 15:02:53 UTC
Size:
1.05 KB
patch
obsolete
>From 88425aabdbb2b8cdacb88f8c6eb6e09bfe69b507 Mon Sep 17 00:00:00 2001 >From: Dominic Pichette <dominic@inlibro.com> >Date: Tue, 12 Sep 2017 10:13:58 -0400 >Subject: [PATCH] Bug 18584 - removed white space in C4/Accounts.pm > >Test Plan: > 1-go to C4/Accounts.pm > 2-there should not be a trailing space at line 279. > >Signed-off-by: Dominic Pichette <dominic@inlibro.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Accounts.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Accounts.pm b/C4/Accounts.pm >index c7b8191742..0a1e779632 100644 >--- a/C4/Accounts.pm >+++ b/C4/Accounts.pm >@@ -276,7 +276,7 @@ sub getcredits { > AND timestamp >=TIMESTAMP(?) AND timestamp < TIMESTAMP(?)" > ); > >- $sth->execute( $date, $date2 ); >+ $sth->execute( $date, $date2 ); > my @results; > while ( my $data = $sth->fetchrow_hashref ) { > $data->{'date'} = $data->{'timestamp'}; >-- >2.11.0
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 18584
:
64236
|
64237
|
64238
|
67095
|
67096
|
67097
|
67157
|
67158
|
67159
|
67160
|
67161
|
79734
|
79743
|
79758
|
79811
|
79953
|
81990
|
82337
|
82347
|
85966
|
85967
|
85968
|
87746
|
87750
|
87775
|
175456
|
175458
|
175610