From bdd1523ce11b4b54379c3ca7d5ef6b4df80acbcb 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 1f55673725..298c5c17f2 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -1387,14 +1387,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.20.1