(bug #3726) fix ISBD url translation
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Thu, 22 Oct 2009 10:26:12 +0000 (12:26 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 26 Oct 2009 14:34:23 +0000 (15:34 +0100)
C4/Biblio.pm

index aef0663..713e4fa 100755 (executable)
@@ -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);