From e40cf6c4440c25272d7843e954dc4ebd0d16c54b Mon Sep 17 00:00:00 2001 From: Ere Maijala Date: Wed, 30 Jan 2019 15:00:27 +0200 Subject: [PATCH] Bug 20664: (follow-up) Fix QA whitespace errors Signed-off-by: Martin Renvoize --- C4/Items.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Items.pm b/C4/Items.pm index 60668eeccb..d136561f0e 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -1345,14 +1345,14 @@ sub Item2Marc { =head2 GetMarcItemFields - my @marc_fields = GetMarcItemFields($biblionumber); + my @marc_fields = GetMarcItemFields($biblionumber); Returns an array of MARC::Record objects of the items for the biblio. =cut sub GetMarcItemFields { - my ( $biblionumber, $itemnumbers, $hidingrules ) = @_; + my ( $biblionumber, $itemnumbers, $hidingrules ) = @_; my $item_level_itype = C4::Context->preference('item-level_itypes'); # This is so much faster than using Koha::Items->search that it makes sense even if it's ugly. -- 2.17.1