Bugzilla – Attachment 175458 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: Fix trailing spaces in C4/Acquisition.pm
Bug-18584-Fix-trailing-spaces-in-C4Acquisitionpm.patch (text/plain), 1.95 KB, created by
Owen Leonard
on 2024-12-13 17:00:59 UTC
(
hide
)
Description:
Bug 18584: Fix trailing spaces in C4/Acquisition.pm
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-12-13 17:00:59 UTC
Size:
1.95 KB
patch
obsolete
>From c4405b1b4bd9086f327ae6dd433fbfe3fd9142a5 Mon Sep 17 00:00:00 2001 >From: Annisha <annisha@clamsnet.org> >Date: Fri, 13 Dec 2024 16:20:59 +0000 >Subject: [PATCH] Bug 18584: Fix trailing spaces in C4/Acquisition.pm > >Test plan: >this patch removes trailing spaces from Acquisiton.pm >Run the QA script and confirm there are no trailing spaces > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > C4/Acquisition.pm | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index 253c509b49..f15de778e2 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -672,7 +672,7 @@ sub GetBasketsByBookseller { > my $baskets = GetBasketsInfosByBookseller($supplierid, $allbaskets); > > The optional second parameter allbaskets is a boolean allowing you to >-select all baskets from the supplier; by default only active baskets (open or >+select all baskets from the supplier; by default only active baskets (open or > closed but still something to receive) are returned. > > Returns in a arrayref of hashref all about booksellers baskets, plus: >@@ -1280,8 +1280,8 @@ sub GetOrder { > &ModOrder(\%hashref); > > Modifies an existing order. Updates the order with order number >-$hashref->{'ordernumber'} and biblionumber $hashref->{'biblionumber'}. All >-other keys of the hash update the fields with the same name in the aqorders >+$hashref->{'ordernumber'} and biblionumber $hashref->{'biblionumber'}. All >+other keys of the hash update the fields with the same name in the aqorders > table of the Koha database. > > =cut >@@ -1977,7 +1977,7 @@ sub get_rounded_price { > > Retreives some acquisition history information > >-params: >+params: > title > author > name >@@ -1986,7 +1986,7 @@ params: > from_placed_on > to_placed_on > basket - search both basket name and number >- booksellerinvoicenumber >+ booksellerinvoicenumber > basketgroupname > budget > orderstatus (note that orderstatus '' will retrieve orders >-- >2.39.5
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