Follow-up fix for Bug 4885 - Only 1 ISBN shows in non-XSL detail view
authorOwen Leonard <oleonard@myacpl.org>
Sun, 20 Feb 2011 17:28:30 +0000 (12:28 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 27 Feb 2011 21:08:12 +0000 (10:08 +1300)
Fix for Bug 5551 overwrote the necessary changes to opac-detail.pl

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
opac/opac-detail.pl

index 9110cca..03bd8a4 100755 (executable)
@@ -197,7 +197,7 @@ for my $itm (@items) {
 my $dbh              = C4::Context->dbh;
 my $marcflavour      = C4::Context->preference("marcflavour");
 my $marcnotesarray   = GetMarcNotes   ($record,$marcflavour);
-my $marcisbnsarray   = GetMarcISBN   ($record,$marcflavour);
+my $marcisbnsarray   = GetMarcISBN    ($record,$marcflavour);
 my $marcauthorsarray = GetMarcAuthors ($record,$marcflavour);
 my $marcsubjctsarray = GetMarcSubjects($record,$marcflavour);
 my $marcseriesarray  = GetMarcSeries  ($record,$marcflavour);