orderreceive cleanup
[koha.git] / serials / receipt.pl
index 2a07827..b4dc9dd 100755 (executable)
@@ -17,7 +17,6 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id$
 
 use strict;
 use CGI;
@@ -133,9 +132,6 @@ my ($template, $loggedinuser, $cookie)
                                                        from=>$from,
                                                        to=>$to,
                                                        numbers=>\@numbers,
-                                                       intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
-               intranetstylesheet => C4::Context->preference("intranetstylesheet"),
-               IntranetNav => C4::Context->preference("IntranetNav"),
                                                        );
 output_html_with_http_headers $query, $cookie, $template->output;