Skip to content

Commit

Permalink
Bug 18584: Fix trailing spaces in C4/Acquisition.pm
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Emily Lamancusa <[email protected]>
Signed-off-by: Katrin Fischer <[email protected]>
  • Loading branch information
annishar authored and kfischer committed Dec 27, 2024
1 parent 81059bf commit fe26900
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions C4/Acquisition.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1977,7 +1977,7 @@ sub get_rounded_price {
Retreives some acquisition history information
params:
params:
title
author
name
Expand All @@ -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
Expand Down

0 comments on commit fe26900

Please sign in to comment.