[Koha-cvs] koha/opac opac-MARCdetail.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Jan 9 11:45:53 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/09 10:45:53

Modified files:
	opac           : opac-MARCdetail.pl 

Log message:
	sync with dev_week.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-MARCdetail.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.14.2.6&r2=1.14.2.7

Patches:
Index: opac-MARCdetail.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-MARCdetail.pl,v
retrieving revision 1.14.2.6
retrieving revision 1.14.2.7
diff -u -b -r1.14.2.6 -r1.14.2.7
--- opac-MARCdetail.pl	5 Jan 2007 14:47:23 -0000	1.14.2.6
+++ opac-MARCdetail.pl	9 Jan 2007 10:45:53 -0000	1.14.2.7
@@ -267,10 +267,15 @@
     push( @header_value_loop, \%header_value );
 }
 
+if(C4::Context->preference("ISBD")) {
+	$template->param(ISBD => 1);
+}
+
 $template->param(
     item_loop        => \@item_value_loop,
     item_header_loop => \@header_value_loop,
-    biblionumber     => $biblionumber
+    biblionumber     => $biblionumber,
+	hide_marc => C4::Context->preference('hide_marc')
 );
 output_html_with_http_headers $query, $cookie, $template->output;
 





More information about the Koha-cvs mailing list