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

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Mar 7 17:57:47 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/03/07 16:57:47

Modified files:
	acqui          : acquire.pl 

Log message:
	One section still missing IntranetNav and stylesheet system prefs

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

Patches:
Index: koha/acqui/acquire.pl
diff -u koha/acqui/acquire.pl:1.18.2.3 koha/acqui/acquire.pl:1.18.2.4
--- koha/acqui/acquire.pl:1.18.2.3	Sun Feb  5 21:59:21 2006
+++ koha/acqui/acquire.pl	Tue Mar  7 16:57:47 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: acquire.pl,v 1.18.2.3 2006/02/05 21:59:21 kados Exp $
+# $Id: acquire.pl,v 1.18.2.4 2006/03/07 16:57:47 oleonard Exp $
 
 #script to recieve orders
 #written by chris at katipo.co.nz 24/2/2000
@@ -183,6 +183,9 @@
 						name => $booksellers[0]->{'name'},
 						supplierid => $supplierid,
 						invoice => $invoice,
+		intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
+		intranetstylesheet => C4::Context->preference("intranetstylesheet"),
+		IntranetNav => C4::Context->preference("IntranetNav"),
 );
 
 }





More information about the Koha-cvs mailing list