Bug 6574 - js error in en-GB and en-NZ translations due to improper quoting
[koha.git] / opac / opac-MARCdetail.pl
index 2d9dc25..ac13a9d 100755 (executable)
@@ -61,6 +61,7 @@ my $biblionumber = $query->param('biblionumber');
 my $itemtype     = &GetFrameworkCode($biblionumber);
 my $tagslib      = &GetMarcStructure( 0, $itemtype );
 my $biblio = GetBiblioData($biblionumber);
+$biblionumber = $biblio->{biblionumber};
 my $record = GetMarcBiblio($biblionumber, 1);
 if ( ! $record ) {
     print $query->redirect("/cgi-bin/koha/errors/404.pl");