[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/acqui acquire.pl [rel_2_2]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/acqui acquire.pl [rel_2_2] |
Date: |
Tue, 07 Mar 2006 16:57:47 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Owen Leonard <address@hidden> 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 address@hidden 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"),
);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/acqui acquire.pl [rel_2_2],
Owen Leonard <=