removing useless code
[koha_gimpoz] / acqui / newordersuggestion.pl
index 8be5b45..cb8c2dc 100755 (executable)
@@ -133,10 +133,6 @@ $template->param(
     basketno                => $basketno,
     supplierid              => $supplierid,
     "op_$op"                => 1,
-    intranetcolorstylesheet =>
-      C4::Context->preference("intranetcolorstylesheet"),
-    intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-    IntranetNav        => C4::Context->preference("IntranetNav"),
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;