View | Details | Raw Unified | Return to bug 5979
Collapse All | Expand All

(-)a/opac/opac-MARCdetail.pl (-2 / +2 lines)
Lines 266-273 foreach my $subfield_code ( keys(%witness) ) { Link Here
266
    push( @header_value_loop, \%header_value );
266
    push( @header_value_loop, \%header_value );
267
}
267
}
268
268
269
if(C4::Context->preference("ISBD")) {
269
if ( C4::Context->preference("OPACISBD") ) {
270
	$template->param(ISBD => 1);
270
    $template->param( ISBD => 1 );
271
}
271
}
272
272
273
#Search for title in links
273
#Search for title in links
(-)a/opac/opac-detail.pl (-4 / +2 lines)
Lines 265-273 foreach ( @$reviews ) { Link Here
265
	}
265
	}
266
}
266
}
267
267
268
268
if ( C4::Context->preference("OPACISBD") ) {
269
if(C4::Context->preference("ISBD")) {
269
    $template->param( ISBD => 1 );
270
	$template->param(ISBD => 1);
271
}
270
}
272
271
273
$template->param(
272
$template->param(
274
- 

Return to bug 5979