[Koha-cvs] koha/acqui lateorders.pl [rel_2_2]

Joshua Ferraro jmf at kados.org
Tue Feb 21 21:26:06 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/21 20:26:06

Modified files:
	acqui          : lateorders.pl 

Log message:
	adding support for intranetcolorstylesheet.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/acqui/lateorders.pl.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: koha/acqui/lateorders.pl
diff -u koha/acqui/lateorders.pl:1.1.2.1 koha/acqui/lateorders.pl:1.1.2.2
--- koha/acqui/lateorders.pl:1.1.2.1	Tue Dec 13 10:44:42 2005
+++ koha/acqui/lateorders.pl	Tue Feb 21 20:26:06 2006
@@ -70,5 +70,6 @@
 	CGIsupplier => $CGIsupplier,
 	lateorders => \@lateorders,
 	total=>$total,
+	intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
 	);
 output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list