Bugzilla – Attachment 64467 Details for
Bug 17600
Standardize the EXPORT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17600: Remove useless extra spaces
Bug-17600-Remove-useless-extra-spaces.patch (text/plain), 2.74 KB, created by
Jonathan Druart
on 2017-06-20 19:31:20 UTC
(
hide
)
Description:
Bug 17600: Remove useless extra spaces
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-06-20 19:31:20 UTC
Size:
2.74 KB
patch
obsolete
>From 2f2834a82acb1b44359baf87e0563c8eef3d4a2c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 5 Dec 2016 11:47:41 +0100 >Subject: [PATCH] Bug 17600: Remove useless extra spaces > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > C4/ImportBatch.pm | 4 ++-- > C4/Items.pm | 4 ++-- > members/memberentry.pl | 2 +- > t/db_dependent/Reports/Guided.t | 2 +- > 4 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm >index 324db68f02..66e264d164 100644 >--- a/C4/ImportBatch.pm >+++ b/C4/ImportBatch.pm >@@ -982,7 +982,7 @@ ascending order by import_batch_id. > > =cut > >-sub GetAllImportBatches { >+sub GetAllImportBatches { > my $dbh = C4::Context->dbh; > my $sth = $dbh->prepare_cached("SELECT * FROM import_batches > WHERE batch_type IN ('batch', 'webservice') >@@ -1011,7 +1011,7 @@ SELECT import_batch_id FROM import_batches > WHERE batch_type = 'webservice' > AND import_status = 'staged' > EOQ >-sub GetStagedWebserviceBatches { >+sub GetStagedWebserviceBatches { > my $dbh = C4::Context->dbh; > return $dbh->selectcol_arrayref($PENDING_WEBSERVICE_BATCHES_QRY); > } >diff --git a/C4/Items.pm b/C4/Items.pm >index edf781a26a..8ef72965a2 100644 >--- a/C4/Items.pm >+++ b/C4/Items.pm >@@ -1242,7 +1242,7 @@ sub GetHostItemsInfo { > > =cut > >-sub GetLastAcquisitions { >+sub GetLastAcquisitions { > my ($data,$max) = @_; > > my $itemtype = C4::Context->preference('item-level_itypes') ? 'itype' : 'itemtype'; >@@ -2222,7 +2222,7 @@ sub _get_unlinked_subfields_xml { > > =cut > >-sub _parse_unlinked_item_subfields_from_xml { >+sub _parse_unlinked_item_subfields_from_xml { > my $xml = shift; > require C4::Charset; > return unless defined $xml and $xml ne ""; >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 2ffea5de4c..b188777469 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -781,7 +781,7 @@ if ( C4::Context->preference('TranslateNotices') ) { > > output_html_with_http_headers $input, $cookie, $template->output; > >-sub parse_extended_patron_attributes { >+sub parse_extended_patron_attributes { > my ($input) = @_; > my @patron_attr = grep { /^patron_attr_\d+$/ } $input->multi_param(); > >diff --git a/t/db_dependent/Reports/Guided.t b/t/db_dependent/Reports/Guided.t >index 0c410dcf49..bede0c4d6e 100644 >--- a/t/db_dependent/Reports/Guided.t >+++ b/t/db_dependent/Reports/Guided.t >@@ -136,7 +136,7 @@ subtest 'IsAuthorisedValueValid' => sub { > } > }; > >-subtest 'GetParametersFromSQL+ValidateSQLParameters' => sub { >+subtest 'GetParametersFromSQL+ValidateSQLParameters' => sub { > plan tests => 3; > my $test_query_1 = " > SELECT date_due >-- >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 17600
:
57394
|
57950
|
57951
|
57952
|
57953
|
57954
|
61994
|
61995
|
61996
|
61997
|
61998
|
62209
|
62210
|
62211
|
62212
|
62213
|
62940
|
62941
|
62942
|
62943
|
62958
|
62959
|
64387
|
64388
|
64389
|
64390
|
64391
|
64392
|
64466
|
64467
|
64468
|
64469
|
64470
|
64471
|
64472
|
64473
|
64474
|
64475
|
64476
|
121309
|
121310
|
121311
|
121312
|
121313
|
121314
|
122360
|
122361
|
122362
|
122363
|
122364
|
122365
|
122869
|
122884
|
122945
|
123194
|
123195
|
123196
|
123200
|
123210
|
123281
|
123283
|
123284
|
123325
|
123417
|
123418
|
123419
|
123420
|
123565
|
124866
|
125059
|
125063
|
125064
|
125066
|
126640
|
127056
|
127918