From ae0b569eacce3169f55a62df70f2d579f0c1f0a2 Mon Sep 17 00:00:00 2001 From: oleonard Date: Tue, 7 Mar 2006 16:57:47 +0000 Subject: [PATCH] One section still missing IntranetNav and stylesheet system prefs --- acqui/acquire.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acqui/acquire.pl b/acqui/acquire.pl index 7fbe40127e..4e424a224b 100755 --- a/acqui/acquire.pl +++ b/acqui/acquire.pl @@ -183,6 +183,9 @@ if ($count == 1){ name => $booksellers[0]->{'name'}, supplierid => $supplierid, invoice => $invoice, + intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"), + intranetstylesheet => C4::Context->preference("intranetstylesheet"), + IntranetNav => C4::Context->preference("IntranetNav"), ); } -- 2.39.5