From c0ee76d48642bd229ac463c124aececfa2b37b22 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Thu, 22 Oct 2009 12:26:12 +0200 Subject: [PATCH] (bug #3726) fix ISBD url translation --- C4/Biblio.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index aef06631a9..713e4fac89 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -765,8 +765,7 @@ Return the ISBD view which can be included in opac and intranet =cut sub GetISBDView { - my $biblionumber = shift; - my $template = shift; + my ($biblionumber, $template) = @_; my $record = GetMarcBiblio($biblionumber); my $itemtype = &GetFrameworkCode($biblionumber); my ($holdingbrtagf,$holdingbrtagsubf) = &GetMarcFromKohaField("items.holdingbranch",$itemtype); -- 2.39.2